#5584EB

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

Shades of Cornflower Blue #5584EB

Tints of Cornflower Blue #5584EB

Color information

#5584EB (or 0x5584EB) is unknown color: approx Cornflower Blue. HEX triplet: 55, 84 and EB. RGB value is (85,132,235). Sum of RGB (Red+Green+Blue) = 85+132+235=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #5584EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5584EB is #AA7B14. Grayscale: #818181. Windows color (decimal): -11172629 or 15434837. OLE color: 15434837.

HSL color Cylindrical-coordinate representation of color #5584EB: hue angle of 221.2º degrees, saturation: 0.79, 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 #5584EB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85132235-
CMYK0.640.4400.08
HSL221.2º78.95%62.75%-
HSV(B)221.2º63.83%92.16%-
XYZ26.9924.4381.89-
YUV129.69187.4396.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=18.81%
G=29.20%
B=51.99%

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
Decimal851322350.640.4400.08221.278.9562.75
Hex5584EB402C08dd4f3f
Octal1252043531005401033511777
Binary10101011000010011101011100000010110001000110111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5584EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5584EB; }

 p { color: rgb(85,132,235); }

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

<style>
 a { background-color: #5584EB; }

 a { background-color: rgb(85,132,235); }

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

<style>
 span { border-color: #5584EB; }

 span { border-color: rgb(85,132,235); }

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