Html Css Color HEX #519DAB Cadet Blue

📋 copy color: '#519DAB'

red 81 ◦ green 157 ◦ blue 171

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

Shades of Cadet Blue #519DAB

Tints of Cadet Blue #519DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 19.8%
G = 38.39%
B = 41.81%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#519DAB (or 0x519DAB) is known color: Cadet Blue. HEX triplet: 51, 9D and AB. RGB value is (81,157,171). Sum of RGB (Red+Green+Blue) = 81+157+171=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #519DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DAB is #AE6254. Grayscale: #878787. Windows color (decimal): -11428437 or 11246929. OLE color: 11246929.

HSL color Cylindrical-coordinate representation of color #519DAB: hue angle of 189.33º degrees, saturation: 0.36, 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 #519DAB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 157 171 -
CMYK 0.53 0.08 0 0.33
HSL 189.33º 0.36% 0.49% -
HSV(B) 189.33º 0.53% 0.67% -
XYZ 22.8 28.8 42.89 -
YUV 135.87 147.82 88.86 -
System Red Green Blue C M Y K H S L
Decimal 81 157 171 0.53 0.08 0 0.33 189.33 0.36 0.49
Hex 51 9D AB 35 8 0 21 BD 24 31
Octal 121 235 253 65 10 0 41 275 44 61
Binary 1010001 10011101 10101011 110101 1000 0 100001 10111101 100100 110001

Color Harmonies of #519DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DAB

Black with #519DAB

Text Example


Text Example

White with #519DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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