Html Css Color HEX #519EA7 Cadet Blue

📋 copy color: '#519EA7'

red 81 ◦ green 158 ◦ blue 167

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

Shades of Cadet Blue #519EA7

Tints of Cadet Blue #519EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.13%

R = 19.95%
G = 38.92%
B = 41.13%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#519EA7 (or 0x519EA7) is known color: Cadet Blue. HEX triplet: 51, 9E and A7. RGB value is (81,158,167). Sum of RGB (Red+Green+Blue) = 81+158+167=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 167 - color contains mainly: blue. Hex color #519EA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EA7 is #AE6158. Grayscale: #878787. Windows color (decimal): -11428185 or 10985041. OLE color: 10985041.

HSL color Cylindrical-coordinate representation of color #519EA7: hue angle of 186.28º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #519EA7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 158 167 -
CMYK 0.51 0.05 0 0.35
HSL 186.28º 0.35% 0.49% -
HSV(B) 186.28º 0.51% 0.65% -
XYZ 22.6 28.99 40.96 -
YUV 136 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 81 158 167 0.51 0.05 0 0.35 186.28 0.35 0.49
Hex 51 9E A7 33 5 0 23 BA 23 31
Octal 121 236 247 63 5 0 43 272 43 61
Binary 1010001 10011110 10100111 110011 101 0 100011 10111010 100011 110001

Color Harmonies of #519EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EA7

Black with #519EA7

Text Example


Text Example

White with #519EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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