Html Css Color HEX #517370 William

📋 copy color: '#517370'

red 81 ◦ green 115 ◦ blue 112

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

Shades of William #517370

Tints of William #517370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 26.3%
G = 37.34%
B = 36.36%

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

#517370 (or 0x517370) is known color: William. HEX triplet: 51, 73 and 70. RGB value is (81,115,112). Sum of RGB (Red+Green+Blue) = 81+115+112=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #517370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517370 is #AE8C8F. Grayscale: #686868. Windows color (decimal): -11439248 or 7369553. OLE color: 7369553.

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

Color convert

RGB 81 115 112 -
CMYK 0.30 0 0.03 0.55
HSL 174.71º 0.17% 0.38% -
HSV(B) 174.71º 0.3% 0.45% -
XYZ 12.45 15.18 17.6 -
YUV 104.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 81 115 112 0.30 0 0.03 0.55 174.71 0.17 0.38
Hex 51 73 70 1E 0 3 37 AF 11 26
Octal 121 163 160 36 0 3 67 257 21 46
Binary 1010001 1110011 1110000 11110 0 11 110111 10101111 10001 100110

Color Harmonies of #517370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517370

Black with #517370

Text Example


Text Example

White with #517370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517370; }

 p { color: rgb(81,115,112); }

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

background-color css

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

 a { background-color: rgb(81,115,112); }

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

border-color css

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

 span { border-color: rgb(81,115,112); }

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