#5585DE

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

Shades of Cornflower Blue #5585DE

Tints of Cornflower Blue #5585DE

Color information

#5585DE (or 0x5585DE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 85 and DE. RGB value is (85,133,222). Sum of RGB (Red+Green+Blue) = 85+133+222=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #5585DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585DE is #AA7A21. Grayscale: #808080. Windows color (decimal): -11172386 or 14583125. OLE color: 14583125.

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

Color convert

RGB85133222-
CMYK0.620.4000.13
HSL218.98º67.49%60.2%-
HSV(B)218.98º61.71%87.06%-
XYZ25.3223.9872.4-
YUV128.79180.696.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 222 (87.11% from 255) = 50.45%
R=19.32%
G=30.23%
B=50.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851332220.620.4000.13218.9867.4960.2
Hex5585DE3E280Ddb433c
Octal125205336765001533310374
Binary1010101100001011101111011111010100001101110110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,133,222); }

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

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

 a { background-color: rgb(85,133,222); }

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

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

 span { border-color: rgb(85,133,222); }

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