#5581F3

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

Shades of Cornflower Blue #5581F3

Tints of Cornflower Blue #5581F3

Color information

#5581F3 (or 0x5581F3) is unknown color: approx Cornflower Blue. HEX triplet: 55, 81 and F3. RGB value is (85,129,243). Sum of RGB (Red+Green+Blue) = 85+129+243=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #5581F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581F3 is #AA7E0C. Grayscale: #808080. Windows color (decimal): -11173389 or 15958357. OLE color: 15958357.

HSL color Cylindrical-coordinate representation of color #5581F3: hue angle of 223.29º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5581F3 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB85129243-
CMYK0.650.4700.05
HSL223.29º86.81%64.31%-
HSV(B)223.29º65.02%95.29%-
XYZ27.7724.187.98-
YUV128.84192.4296.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 243 (95.31% from 255) = 53.17%
R=18.60%
G=28.23%
B=53.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal851292430.650.4700.05223.2986.8164.31
Hex5581F3412F05df5740
Octal1252013631015705337127100
Binary10101011000000111110011100000110111101011101111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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