#5A80DF

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

Shades of Cornflower Blue #5A80DF

Tints of Cornflower Blue #5A80DF

Color information

#5A80DF (or 0x5A80DF) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 80 and DF. RGB value is (90,128,223). Sum of RGB (Red+Green+Blue) = 90+128+223=441 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.41% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A80DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A80DF is #A57F20. Grayscale: #7F7F7F. Windows color (decimal): -10845985 or 14647386. OLE color: 14647386.

HSL color Cylindrical-coordinate representation of color #5A80DF: hue angle of 222.86º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A80DF is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB90128223-
CMYK0.600.4300.13
HSL222.86º67.51%61.37%-
HSV(B)222.86º59.64%87.45%-
XYZ25.2522.9472.91-
YUV127.47181.91101.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.41%
GREEN value IS 128 (50.39% from 255) = 29.02%
BLUE value IS 223 (87.5% from 255) = 50.57%
R=20.41%
G=29.02%
B=50.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal901282230.600.4300.13222.8667.5161.37
Hex5A80DF3C2B0Ddf443d
Octal132200337745301533710475
Binary1011010100000001101111111110010101101101110111111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,128,223); }

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

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

 a { background-color: rgb(90,128,223); }

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

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

 span { border-color: rgb(90,128,223); }

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