Html Css Color HEX #519EAE Cadet Blue

📋 copy color: '#519EAE'

red 81 ◦ green 158 ◦ blue 174

#519EAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #519EAE

Tints of Cadet Blue #519EAE

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 value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#519EAE (or 0x519EAE) is known color: 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

RGB 81 158 174 -
CMYK 0.53 0.09 0 0.32
HSL 190.32º 0.36% 0.5% -
HSV(B) 190.32º 0.53% 0.68% -
XYZ 23.26 29.26 44.47 -
YUV 136.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 81 158 174 0.53 0.09 0 0.32 190.32 0.36 0.5
Hex 51 9E AE 35 9 0 20 BE 24 32
Octal 121 236 256 65 11 0 40 276 44 62
Binary 1010001 10011110 10101110 110101 1001 0 100000 10111110 100100 110010

Color Harmonies of #519EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EAE

Black with #519EAE

Text Example


Text Example

White with #519EAE

Text Example


Text Example

HTML Codes & Css Web 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>