#5C85EA

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

Shades of Cornflower Blue #5C85EA

Tints of Cornflower Blue #5C85EA

Color information

#5C85EA (or 0x5C85EA) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 85 and EA. RGB value is (92,133,234). Sum of RGB (Red+Green+Blue) = 92+133+234=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #5C85EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C85EA is #A37A15. Grayscale: #838383. Windows color (decimal): -10713622 or 15369564. OLE color: 15369564.

HSL color Cylindrical-coordinate representation of color #5C85EA: hue angle of 222.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C85EA is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92133234-
CMYK0.610.4300.08
HSL222.68º77.17%63.92%-
HSV(B)222.68º60.68%91.76%-
XYZ27.6524.9981.21-
YUV132.26185.4299.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.04%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=20.04%
G=28.98%
B=50.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921332340.610.4300.08222.6877.1763.92
Hex5C85EA3D2B08df4d40
Octal1342053527553010337115100
Binary10111001000010111101010111101101011010001101111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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