Html Css Color HEX #519DAC Cadet Blue

📋 copy color: '#519DAC'

red 81 ◦ green 157 ◦ blue 172

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

Shades of Cadet Blue #519DAC

Tints of Cadet Blue #519DAC

RGB

 RED value IS 81 (32.03% from 255) = 19.76%

 GREEN value IS 157 (61.72% from 255) = 38.29%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 19.76%
G = 38.29%
B = 41.95%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#519DAC (or 0x519DAC) is known color: Cadet Blue. HEX triplet: 51, 9D and AC. RGB value is (81,157,172). Sum of RGB (Red+Green+Blue) = 81+157+172=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 157 (61.72% from 255 or 38.29% 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 #519DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DAC is #AE6253. Grayscale: #878787. Windows color (decimal): -11428436 or 11312465. OLE color: 11312465.

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

Color convert

RGB 81 157 172 -
CMYK 0.53 0.09 0 0.33
HSL 189.89º 0.36% 0.5% -
HSV(B) 189.89º 0.53% 0.67% -
XYZ 22.9 28.84 43.39 -
YUV 135.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 81 157 172 0.53 0.09 0 0.33 189.89 0.36 0.5
Hex 51 9D AC 35 9 0 21 BE 24 32
Octal 121 235 254 65 11 0 41 276 44 62
Binary 1010001 10011101 10101100 110101 1001 0 100001 10111110 100100 110010

Color Harmonies of #519DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DAC

Black with #519DAC

Text Example


Text Example

White with #519DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,157,172); }

 H1.HeaderClassName
 {
   color: #519DAC;
 }
 .AnyTagClassName
 {
   color: #519DAC;
 }
</style>

background-color css

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

 a { background-color: rgb(81,157,172); }

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

border-color css

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

 span { border-color: rgb(81,157,172); }

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