#5580e6

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

Shades of Cornflower Blue #5580E6

Tints of Cornflower Blue #5580E6

Color information

#5580E6 (or 0x5580E6) is unknown color: approx Cornflower Blue. HEX triplet: 55, 80 and E6. RGB value is (85,128,230). Sum of RGB (Red+Green+Blue) = 85+128+230=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 230 (90.23% from 255 or 51.92% from 443); Max value from RGB is 230 - color contains mainly: blue. Hex color #5580E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580E6 is #AA7F19. Grayscale: #7E7E7E. Windows color (decimal): -11173658 or 15106133. OLE color: 15106133.

HSL color Cylindrical-coordinate representation of color #5580E6: hue angle of 222.21º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5580E6 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85128230-
CMYK0.630.4400.10
HSL222.21º74.36%61.76%-
HSV(B)222.21º63.04%90.2%-
XYZ25.7523.0877.96-
YUV126.77186.2598.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.19%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 230 (90.23% from 255) = 51.92%
R=19.19%
G=28.89%
B=51.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851282300.630.4400.10222.2174.3661.76
Hex5580E63F2C0Ade4a3e
Octal125200346775401233611276
Binary1010101100000001110011011111110110001010110111101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5580e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5580e6; }

 p { color: rgb(85,128,230); }

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

<style>
 a { background-color: #5580e6; }

 a { background-color: rgb(85,128,230); }

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

<style>
 span { border-color: #5580e6; }

 span { border-color: rgb(85,128,230); }

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