Html Css Color HEX #517270 William

📋 copy color: '#517270'

red 81 ◦ green 114 ◦ blue 112

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

Shades of William #517270

Tints of William #517270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

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

R = 26.38%
G = 37.13%
B = 36.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#517270 (or 0x517270) is known color: William. HEX triplet: 51, 72 and 70. RGB value is (81,114,112). Sum of RGB (Red+Green+Blue) = 81+114+112=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #517270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517270 is #AE8D8F. Grayscale: #676767. Windows color (decimal): -11439504 or 7369297. OLE color: 7369297.

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

Color convert

RGB 81 114 112 -
CMYK 0.29 0 0.02 0.55
HSL 176.36º 0.17% 0.38% -
HSV(B) 176.36º 0.29% 0.45% -
XYZ 12.34 14.95 17.57 -
YUV 103.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 81 114 112 0.29 0 0.02 0.55 176.36 0.17 0.38
Hex 51 72 70 1D 0 2 37 B0 11 26
Octal 121 162 160 35 0 2 67 260 21 46
Binary 1010001 1110010 1110000 11101 0 10 110111 10110000 10001 100110

Color Harmonies of #517270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517270

Black with #517270

Text Example


Text Example

White with #517270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517270; }

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

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

background-color css

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

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

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

border-color css

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

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

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