Html Css Color HEX #519BA2 Cadet Blue

📋 copy color: '#519BA2'

red 81 ◦ green 155 ◦ blue 162

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

Shades of Cadet Blue #519BA2

Tints of Cadet Blue #519BA2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

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

R = 20.35%
G = 38.94%
B = 40.7%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#519BA2 (or 0x519BA2) is known color: Cadet Blue. HEX triplet: 51, 9B and A2. RGB value is (81,155,162). Sum of RGB (Red+Green+Blue) = 81+155+162=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #519BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519BA2 is #AE645D. Grayscale: #858585. Windows color (decimal): -11428958 or 10656593. OLE color: 10656593.

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

Color convert

RGB 81 155 162 -
CMYK 0.50 0.04 0 0.36
HSL 185.19º 0.33% 0.48% -
HSV(B) 185.19º 0.5% 0.64% -
XYZ 21.64 27.8 38.41 -
YUV 133.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 81 155 162 0.50 0.04 0 0.36 185.19 0.33 0.48
Hex 51 9B A2 32 4 0 24 B9 21 30
Octal 121 233 242 62 4 0 44 271 41 60
Binary 1010001 10011011 10100010 110010 100 0 100100 10111001 100001 110000

Color Harmonies of #519BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BA2

Black with #519BA2

Text Example


Text Example

White with #519BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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