#5581FD

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

Shades of Cornflower Blue #5581FD

Tints of Cornflower Blue #5581FD

Color information

#5581FD (or 0x5581FD) is unknown color: approx Cornflower Blue. HEX triplet: 55, 81 and FD. RGB value is (85,129,253). Sum of RGB (Red+Green+Blue) = 85+129+253=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #5581FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581FD is #AA7E02. Grayscale: #818181. Windows color (decimal): -11173379 or 16613717. OLE color: 16613717.

HSL color Cylindrical-coordinate representation of color #5581FD: hue angle of 224.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5581FD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85129253-
CMYK0.660.4900.01
HSL224.29º97.67%66.27%-
HSV(B)224.29º66.4%99.22%-
XYZ29.3324.7296.15-
YUV129.98197.4295.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.20%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 253 (99.22% from 255) = 54.18%
R=18.20%
G=27.62%
B=54.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851292530.660.4900.01224.2997.6766.27
Hex5581FD423101e06242
Octal1252013751026101340142102
Binary101010110000001111111011000010110001011110000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5581FD; }

 p { color: rgb(85,129,253); }

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

<style>
 a { background-color: #5581FD; }

 a { background-color: rgb(85,129,253); }

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

<style>
 span { border-color: #5581FD; }

 span { border-color: rgb(85,129,253); }

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