#5585ED

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

Shades of Cornflower Blue #5585ED

Tints of Cornflower Blue #5585ED

Color information

#5585ED (or 0x5585ED) is unknown color: approx Cornflower Blue. HEX triplet: 55, 85 and ED. RGB value is (85,133,237). Sum of RGB (Red+Green+Blue) = 85+133+237=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #5585ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5585ED is #AA7A12. Grayscale: #828282. Windows color (decimal): -11172371 or 15566165. OLE color: 15566165.

HSL color Cylindrical-coordinate representation of color #5585ED: hue angle of 221.05º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5585ED is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85133237-
CMYK0.640.4400.07
HSL221.05º80.85%63.14%-
HSV(B)221.05º64.14%92.94%-
XYZ27.4224.8283.47-
YUV130.5188.195.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.68%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 237 (92.97% from 255) = 52.09%
R=18.68%
G=29.23%
B=52.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851332370.640.4400.07221.0580.8563.14
Hex5585ED402C07dd513f
Octal125205355100540733512177
Binary1010101100001011110110110000001011000111110111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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