#5583DE

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

Shades of Cornflower Blue #5583DE

Tints of Cornflower Blue #5583DE

Color information

#5583DE (or 0x5583DE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 83 and DE. RGB value is (85,131,222). Sum of RGB (Red+Green+Blue) = 85+131+222=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #5583DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583DE is #AA7C21. Grayscale: #7F7F7F. Windows color (decimal): -11172898 or 14582613. OLE color: 14582613.

HSL color Cylindrical-coordinate representation of color #5583DE: hue angle of 219.85º 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 #5583DE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85131222-
CMYK0.620.4100.13
HSL219.85º67.49%60.2%-
HSV(B)219.85º61.71%87.06%-
XYZ25.0523.4472.31-
YUV127.62181.2697.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.41%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 222 (87.11% from 255) = 50.68%
R=19.41%
G=29.91%
B=50.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851312220.620.4100.13219.8567.4960.2
Hex5583DE3E290Ddc433c
Octal125203336765101533410374
Binary1010101100000111101111011111010100101101110111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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