#509EAD

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

Shades of Cadet Blue #509EAD

Tints of Cadet Blue #509EAD

Color information

#509EAD (or 0x509EAD) is unknown color: approx Cadet Blue. HEX triplet: 50, 9E and AD. RGB value is (80,158,173). Sum of RGB (Red+Green+Blue) = 80+158+173=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #509EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509EAD is #AF6152. Grayscale: #888888. Windows color (decimal): -11493715 or 11378256. OLE color: 11378256.

HSL color Cylindrical-coordinate representation of color #509EAD: hue angle of 189.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #509EAD is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80158173-
CMYK0.540.0900.32
HSL189.68º36.76%49.61%-
HSV(B)189.68º53.76%67.84%-
XYZ23.0829.1843.95-
YUV136.39148.6687.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=19.46%
G=38.44%
B=42.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801581730.540.0900.32189.6836.7649.61
Hex509EAD369020be2532
Octal12023625566110402764562
Binary101000010011110101011011101101001010000010111110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,158,173); }

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

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

 a { background-color: rgb(80,158,173); }

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

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

 span { border-color: rgb(80,158,173); }

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