#5A81E5

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

Shades of Cornflower Blue #5A81E5

Tints of Cornflower Blue #5A81E5

Color information

#5A81E5 (or 0x5A81E5) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 81 and E5. RGB value is (90,129,229). Sum of RGB (Red+Green+Blue) = 90+129+229=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A81E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A81E5 is #A57E1A. Grayscale: #808080. Windows color (decimal): -10845723 or 15040858. OLE color: 15040858.

HSL color Cylindrical-coordinate representation of color #5A81E5: hue angle of 223.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A81E5 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90129229-
CMYK0.610.4400.10
HSL223.17º72.77%62.55%-
HSV(B)223.17º60.7%89.8%-
XYZ26.2123.5377.29-
YUV128.74184.58100.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.09%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 229 (89.84% from 255) = 51.12%
R=20.09%
G=28.79%
B=51.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal901292290.610.4400.10223.1772.7762.55
Hex5A81E53D2C0Adf493f
Octal132201345755401233711177
Binary1011010100000011110010111110110110001010110111111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A81E5; }

 p { color: rgb(90,129,229); }

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

<style>
 a { background-color: #5A81E5; }

 a { background-color: rgb(90,129,229); }

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

<style>
 span { border-color: #5A81E5; }

 span { border-color: rgb(90,129,229); }

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