Html Css Color HEX #517972 William

📋 copy color: '#517972'

red 81 ◦ green 121 ◦ blue 114

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

Shades of William #517972

Tints of William #517972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 25.63%
G = 38.29%
B = 36.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#517972 (or 0x517972) is known color: William. HEX triplet: 51, 79 and 72. RGB value is (81,121,114). Sum of RGB (Red+Green+Blue) = 81+121+114=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #517972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517972 is #AE868D. Grayscale: #6C6C6C. Windows color (decimal): -11437710 or 7502161. OLE color: 7502161.

HSL color Cylindrical-coordinate representation of color #517972: hue angle of 169.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517972 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 121 114 -
CMYK 0.33 0 0.06 0.53
HSL 169.5º 0.2% 0.4% -
HSV(B) 169.5º 0.33% 0.47% -
XYZ 13.27 16.64 18.43 -
YUV 108.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 81 121 114 0.33 0 0.06 0.53 169.5 0.2 0.4
Hex 51 79 72 21 0 6 35 AA 14 28
Octal 121 171 162 41 0 6 65 252 24 50
Binary 1010001 1111001 1110010 100001 0 110 110101 10101010 10100 101000

Color Harmonies of #517972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517972

Black with #517972

Text Example


Text Example

White with #517972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517972; }

 p { color: rgb(81,121,114); }

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

background-color css

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

 a { background-color: rgb(81,121,114); }

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

border-color css

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

 span { border-color: rgb(81,121,114); }

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