Html Css Color HEX #517572 William

📋 copy color: '#517572'

red 81 ◦ green 117 ◦ blue 114

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

Shades of William #517572

Tints of William #517572

RGB

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

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

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

R = 25.96%
G = 37.5%
B = 36.54%

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

#517572 (or 0x517572) is known color: William. HEX triplet: 51, 75 and 72. RGB value is (81,117,114). Sum of RGB (Red+Green+Blue) = 81+117+114=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #517572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517572 is #AE8A8D. Grayscale: #696969. Windows color (decimal): -11438734 or 7501137. OLE color: 7501137.

HSL color Cylindrical-coordinate representation of color #517572: hue angle of 175º 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 #517572 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 114 -
CMYK 0.31 0 0.03 0.54
HSL 175º 0.18% 0.39% -
HSV(B) 175º 0.31% 0.46% -
XYZ 12.79 15.69 18.27 -
YUV 105.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 81 117 114 0.31 0 0.03 0.54 175 0.18 0.39
Hex 51 75 72 1F 0 3 36 AF 12 27
Octal 121 165 162 37 0 3 66 257 22 47
Binary 1010001 1110101 1110010 11111 0 11 110110 10101111 10010 100111

Color Harmonies of #517572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517572

Black with #517572

Text Example


Text Example

White with #517572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517572; }

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

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

background-color css

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

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

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

border-color css

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

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

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