Html Css Color HEX #519FA7 Cadet Blue

📋 copy color: '#519FA7'

red 81 ◦ green 159 ◦ blue 167

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

Shades of Cadet Blue #519FA7

Tints of Cadet Blue #519FA7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

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

R = 19.9%
G = 39.07%
B = 41.03%

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

#519FA7 (or 0x519FA7) is known color: Cadet Blue. HEX triplet: 51, 9F and A7. RGB value is (81,159,167). Sum of RGB (Red+Green+Blue) = 81+159+167=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #519FA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519FA7 is #AE6058. Grayscale: #888888. Windows color (decimal): -11427929 or 10985297. OLE color: 10985297.

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

Color convert

RGB 81 159 167 -
CMYK 0.51 0.05 0 0.35
HSL 185.58º 0.35% 0.49% -
HSV(B) 185.58º 0.51% 0.65% -
XYZ 22.77 29.34 41.02 -
YUV 136.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 81 159 167 0.51 0.05 0 0.35 185.58 0.35 0.49
Hex 51 9F A7 33 5 0 23 BA 23 31
Octal 121 237 247 63 5 0 43 272 43 61
Binary 1010001 10011111 10100111 110011 101 0 100011 10111010 100011 110001

Color Harmonies of #519FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519FA7

Black with #519FA7

Text Example


Text Example

White with #519FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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