Html Css Color HEX #519DA2 Cadet Blue

📋 copy color: '#519DA2'

red 81 ◦ green 157 ◦ blue 162

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

Shades of Cadet Blue #519DA2

Tints of Cadet Blue #519DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 20.25%
G = 39.25%
B = 40.5%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#519DA2 (or 0x519DA2) is known color: Cadet Blue. HEX triplet: 51, 9D and A2. RGB value is (81,157,162). Sum of RGB (Red+Green+Blue) = 81+157+162=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #519DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519DA2 is #AE625D. Grayscale: #868686. Windows color (decimal): -11428446 or 10657105. OLE color: 10657105.

HSL color Cylindrical-coordinate representation of color #519DA2: hue angle of 183.7º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #519DA2 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 157 162 -
CMYK 0.50 0.03 0 0.36
HSL 183.7º 0.33% 0.48% -
HSV(B) 183.7º 0.5% 0.64% -
XYZ 21.97 28.47 38.52 -
YUV 134.85 143.32 89.59 -
System Red Green Blue C M Y K H S L
Decimal 81 157 162 0.50 0.03 0 0.36 183.7 0.33 0.48
Hex 51 9D A2 32 3 0 24 B8 21 30
Octal 121 235 242 62 3 0 44 270 41 60
Binary 1010001 10011101 10100010 110010 11 0 100100 10111000 100001 110000

Color Harmonies of #519DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519DA2

Black with #519DA2

Text Example


Text Example

White with #519DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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