#5583EA

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

Shades of Cornflower Blue #5583EA

Tints of Cornflower Blue #5583EA

Color information

#5583EA (or 0x5583EA) is unknown color: approx Cornflower Blue. HEX triplet: 55, 83 and EA. RGB value is (85,131,234). Sum of RGB (Red+Green+Blue) = 85+131+234=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #5583EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5583EA is #AA7C15. Grayscale: #808080. Windows color (decimal): -11172886 or 15369045. OLE color: 15369045.

HSL color Cylindrical-coordinate representation of color #5583EA: hue angle of 221.48º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5583EA is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85131234-
CMYK0.640.4400.08
HSL221.48º78.01%62.55%-
HSV(B)221.48º63.68%91.76%-
XYZ26.7124.181.09-
YUV128.99187.2696.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 234 (91.80% from 255) = 52%
R=18.89%
G=29.11%
B=52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851312340.640.4400.08221.4878.0162.55
Hex5583EA402C08dd4e3f
Octal1252033521005401033511677
Binary10101011000001111101010100000010110001000110111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5583EA; }

 p { color: rgb(85,131,234); }

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

<style>
 a { background-color: #5583EA; }

 a { background-color: rgb(85,131,234); }

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

<style>
 span { border-color: #5583EA; }

 span { border-color: rgb(85,131,234); }

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