Html Css Color HEX #519EA8 Cadet Blue

📋 copy color: '#519EA8'

red 81 ◦ green 158 ◦ blue 168

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

Shades of Cadet Blue #519EA8

Tints of Cadet Blue #519EA8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 19.9%
G = 38.82%
B = 41.28%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#519EA8 (or 0x519EA8) is known color: Cadet Blue. HEX triplet: 51, 9E and A8. RGB value is (81,158,168). Sum of RGB (Red+Green+Blue) = 81+158+168=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 168 - color contains mainly: blue. Hex color #519EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EA8 is #AE6157. Grayscale: #888888. Windows color (decimal): -11428184 or 11050577. OLE color: 11050577.

HSL color Cylindrical-coordinate representation of color #519EA8: hue angle of 186.9º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #519EA8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 81 158 168 -
CMYK 0.52 0.06 0 0.34
HSL 186.9º 0.35% 0.49% -
HSV(B) 186.9º 0.52% 0.66% -
XYZ 22.69 29.03 41.45 -
YUV 136.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 81 158 168 0.52 0.06 0 0.34 186.9 0.35 0.49
Hex 51 9E A8 34 6 0 22 BB 23 31
Octal 121 236 250 64 6 0 42 273 43 61
Binary 1010001 10011110 10101000 110100 110 0 100010 10111011 100011 110001

Color Harmonies of #519EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EA8

Black with #519EA8

Text Example


Text Example

White with #519EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,158,168); }

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

background-color css

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

 a { background-color: rgb(81,158,168); }

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

border-color css

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

 span { border-color: rgb(81,158,168); }

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