Html Css Color HEX #519AA2 Cadet Blue

📋 copy color: '#519AA2'

red 81 ◦ green 154 ◦ blue 162

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

Shades of Cadet Blue #519AA2

Tints of Cadet Blue #519AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

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

R = 20.4%
G = 38.79%
B = 40.81%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#519AA2 (or 0x519AA2) is known color: Cadet Blue. HEX triplet: 51, 9A and A2. RGB value is (81,154,162). Sum of RGB (Red+Green+Blue) = 81+154+162=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #519AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519AA2 is #AE655D. Grayscale: #848484. Windows color (decimal): -11429214 or 10656337. OLE color: 10656337.

HSL color Cylindrical-coordinate representation of color #519AA2: hue angle of 185.93º 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 #519AA2 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 154 162 -
CMYK 0.50 0.05 0 0.36
HSL 185.93º 0.33% 0.48% -
HSV(B) 185.93º 0.5% 0.64% -
XYZ 21.47 27.47 38.35 -
YUV 133.09 144.32 90.85 -
System Red Green Blue C M Y K H S L
Decimal 81 154 162 0.50 0.05 0 0.36 185.93 0.33 0.48
Hex 51 9A A2 32 5 0 24 BA 21 30
Octal 121 232 242 62 5 0 44 272 41 60
Binary 1010001 10011010 10100010 110010 101 0 100100 10111010 100001 110000

Color Harmonies of #519AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519AA2

Black with #519AA2

Text Example


Text Example

White with #519AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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