#5A80E6

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

Shades of Cornflower Blue #5A80E6

Tints of Cornflower Blue #5A80E6

Color information

#5A80E6 (or 0x5A80E6) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 80 and E6. RGB value is (90,128,230). Sum of RGB (Red+Green+Blue) = 90+128+230=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A80E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A80E6 is #A57F19. Grayscale: #7F7F7F. Windows color (decimal): -10845978 or 15106138. OLE color: 15106138.

HSL color Cylindrical-coordinate representation of color #5A80E6: hue angle of 223.71º degrees, saturation: 0.74, 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 #5A80E6 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB90128230-
CMYK0.610.4400.10
HSL223.71º73.68%62.75%-
HSV(B)223.71º60.87%90.2%-
XYZ26.2223.3377.98-
YUV128.27185.41100.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.09%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 230 (90.23% from 255) = 51.34%
R=20.09%
G=28.57%
B=51.34%

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
Decimal901282300.610.4400.10223.7173.6862.75
Hex5A80E63D2C0Ae04a3f
Octal132200346755401234011277
Binary1011010100000001110011011110110110001010111000001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A80E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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