#5C85DA

Color #5C85DA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5C85DA

Tints of Cornflower Blue #5C85DA

Color information

#5C85DA (or 0x5C85DA) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 85 and DA. RGB value is (92,133,218). Sum of RGB (Red+Green+Blue) = 92+133+218=443 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.77% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C85DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C85DA is #A37A25. Grayscale: #828282. Windows color (decimal): -10713638 or 14320988. OLE color: 14320988.

HSL color Cylindrical-coordinate representation of color #5C85DA: hue angle of 220.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C85DA is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB92133218-
CMYK0.580.3900.15
HSL220.48º63%60.78%-
HSV(B)220.48º57.8%85.49%-
XYZ25.4624.1169.64-
YUV130.43177.42100.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 20.77%
GREEN value IS 133 (52.34% from 255) = 30.02%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=20.77%
G=30.02%
B=49.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal921332180.580.3900.15220.486360.78
Hex5C85DA3A270Fdc3f3d
Octal13420533272470173347775
Binary101110010000101110110101110101001110111111011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C85DA; }

 p { color: rgb(92,133,218); }

 H1.HeaderClassName
 {
   color: #5C85DA;
 }
 .AnyTagClassName
 {
   color: #5C85DA;
 }
</style>
background-color css

<style>
 a { background-color: #5C85DA; }

 a { background-color: rgb(92,133,218); }

 div.DivClassName
 {
   background-color: #5C85DA;
 }
 .BgClassName
 {
   background-color: #5C85DA;
 }
</style>
border-color css

<style>
 span { border-color: #5C85DA; }

 span { border-color: rgb(92,133,218); }

 td.TdClassName
 {
   border-color: #5C85DA;
 }
 .TagClassName
 {
   border-color: #5C85DA;
 }
</style>