#519EAE

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

Shades of Cadet Blue #519EAE

Tints of Cadet Blue #519EAE

Color information

#519EAE (or 0x519EAE) is unknown color: approx Cadet Blue. HEX triplet: 51, 9E and AE. RGB value is (81,158,174). Sum of RGB (Red+Green+Blue) = 81+158+174=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #519EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EAE is #AE6151. Grayscale: #888888. Windows color (decimal): -11428178 or 11443793. OLE color: 11443793.

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

Color convert

RGB81158174-
CMYK0.530.0900.32
HSL190.32º36.47%50%-
HSV(B)190.32º53.45%68.24%-
XYZ23.2629.2644.47-
YUV136.8148.9988.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=19.61%
G=38.26%
B=42.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811581740.530.0900.32190.3236.4750
Hex519EAE359020be2432
Octal12123625665110402764462
Binary101000110011110101011101101011001010000010111110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519EAE; }

 p { color: rgb(81,158,174); }

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

<style>
 a { background-color: #519EAE; }

 a { background-color: rgb(81,158,174); }

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

<style>
 span { border-color: #519EAE; }

 span { border-color: rgb(81,158,174); }

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