Html Css Color HEX #517571 William

📋 copy color: '#517571'

red 81 ◦ green 117 ◦ blue 113

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

Shades of William #517571

Tints of William #517571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 26.05%
G = 37.62%
B = 36.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#517571 (or 0x517571) is known color: William. HEX triplet: 51, 75 and 71. RGB value is (81,117,113). Sum of RGB (Red+Green+Blue) = 81+117+113=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #517571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517571 is #AE8A8E. Grayscale: #696969. Windows color (decimal): -11438735 or 7435601. OLE color: 7435601.

HSL color Cylindrical-coordinate representation of color #517571: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517571 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 113 -
CMYK 0.31 0 0.03 0.54
HSL 173.33º 0.18% 0.39% -
HSV(B) 173.33º 0.31% 0.46% -
XYZ 12.74 15.66 17.98 -
YUV 105.78 132.07 110.33 -
System Red Green Blue C M Y K H S L
Decimal 81 117 113 0.31 0 0.03 0.54 173.33 0.18 0.39
Hex 51 75 71 1F 0 3 36 AD 12 27
Octal 121 165 161 37 0 3 66 255 22 47
Binary 1010001 1110101 1110001 11111 0 11 110110 10101101 10010 100111

Color Harmonies of #517571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517571

Black with #517571

Text Example


Text Example

White with #517571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517571; }

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

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

background-color css

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

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

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

border-color css

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

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

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