#509EAC

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

Shades of Cadet Blue #509EAC

Tints of Cadet Blue #509EAC

Color information

#509EAC (or 0x509EAC) is unknown color: approx Cadet Blue. HEX triplet: 50, 9E and AC. RGB value is (80,158,172). Sum of RGB (Red+Green+Blue) = 80+158+172=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #509EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509EAC is #AF6153. Grayscale: #888888. Windows color (decimal): -11493716 or 11312720. OLE color: 11312720.

HSL color Cylindrical-coordinate representation of color #509EAC: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509EAC is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80158172-
CMYK0.530.0800.33
HSL189.13º36.51%49.41%-
HSV(B)189.13º53.49%67.45%-
XYZ22.9829.1443.44-
YUV136.27148.1687.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=19.51%
G=38.54%
B=41.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801581720.530.0800.33189.1336.5149.41
Hex509EAC358021bd2531
Octal12023625465100412754561
Binary101000010011110101011001101011000010000110111101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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