#5995DE

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

Shades of Cornflower Blue #5995DE

Tints of Cornflower Blue #5995DE

Color information

#5995DE (or 0x5995DE) is unknown color: approx Cornflower Blue. HEX triplet: 59, 95 and DE. RGB value is (89,149,222). Sum of RGB (Red+Green+Blue) = 89+149+222=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #5995DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5995DE is #A66A21. Grayscale: #8B8B8B. Windows color (decimal): -10906146 or 14587225. OLE color: 14587225.

HSL color Cylindrical-coordinate representation of color #5995DE: hue angle of 212.93º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5995DE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89149222-
CMYK0.600.3300.13
HSL212.93º66.83%60.98%-
HSV(B)212.93º59.91%87.06%-
XYZ28.0528.8973.21-
YUV139.38174.6292.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.35%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=19.35%
G=32.39%
B=48.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891492220.600.3300.13212.9366.8360.98
Hex5995DE3C210Dd5433d
Octal131225336744101532510375
Binary1011001100101011101111011110010000101101110101011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5995DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5995DE; }

 p { color: rgb(89,149,222); }

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

<style>
 a { background-color: #5995DE; }

 a { background-color: rgb(89,149,222); }

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

<style>
 span { border-color: #5995DE; }

 span { border-color: rgb(89,149,222); }

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