Html Css Color HEX #517471 William

📋 copy color: '#517471'

red 81 ◦ green 116 ◦ blue 113

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

Shades of William #517471

Tints of William #517471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 26.13%
G = 37.42%
B = 36.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#517471 (or 0x517471) is known color: William. HEX triplet: 51, 74 and 71. RGB value is (81,116,113). Sum of RGB (Red+Green+Blue) = 81+116+113=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #517471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517471 is #AE8B8E. Grayscale: #696969. Windows color (decimal): -11438991 or 7435345. OLE color: 7435345.

HSL color Cylindrical-coordinate representation of color #517471: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517471 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 116 113 -
CMYK 0.30 0 0.03 0.55
HSL 174.86º 0.18% 0.39% -
HSV(B) 174.86º 0.3% 0.45% -
XYZ 12.62 15.43 17.94 -
YUV 105.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 81 116 113 0.30 0 0.03 0.55 174.86 0.18 0.39
Hex 51 74 71 1E 0 3 37 AF 12 27
Octal 121 164 161 36 0 3 67 257 22 47
Binary 1010001 1110100 1110001 11110 0 11 110111 10101111 10010 100111

Color Harmonies of #517471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517471

Black with #517471

Text Example


Text Example

White with #517471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517471; }

 p { color: rgb(81,116,113); }

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

background-color css

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

 a { background-color: rgb(81,116,113); }

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

border-color css

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

 span { border-color: rgb(81,116,113); }

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