#509AA8

Color #509AA8 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #509AA8

Tints of Cadet Blue #509AA8

Color information

#509AA8 (or 0x509AA8) is unknown color: approx Cadet Blue. HEX triplet: 50, 9A and A8. RGB value is (80,154,168). Sum of RGB (Red+Green+Blue) = 80+154+168=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 168 - color contains mainly: blue. Hex color #509AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509AA8 is #AF6557. Grayscale: #858585. Windows color (decimal): -11494744 or 11049552. OLE color: 11049552.

HSL color Cylindrical-coordinate representation of color #509AA8: hue angle of 189.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #509AA8 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80154168-
CMYK0.520.0800.34
HSL189.55º35.48%48.63%-
HSV(B)189.55º52.38%65.88%-
XYZ21.9327.6441.23-
YUV133.47147.4889.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 168 (66.02% from 255) = 41.79%
R=19.90%
G=38.31%
B=41.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801541680.520.0800.34189.5535.4848.63
Hex509AA8348022be2331
Octal12023225064100422764361
Binary101000010011010101010001101001000010001010111110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509AA8; }

 p { color: rgb(80,154,168); }

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

<style>
 a { background-color: #509AA8; }

 a { background-color: rgb(80,154,168); }

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

<style>
 span { border-color: #509AA8; }

 span { border-color: rgb(80,154,168); }

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