Html Css Color HEX #517573 William

📋 copy color: '#517573'

red 81 ◦ green 117 ◦ blue 115

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

Shades of William #517573

Tints of William #517573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 25.88%
G = 37.38%
B = 36.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#517573 (or 0x517573) is known color: William. HEX triplet: 51, 75 and 73. RGB value is (81,117,115). Sum of RGB (Red+Green+Blue) = 81+117+115=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #517573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517573 is #AE8A8C. Grayscale: #696969. Windows color (decimal): -11438733 or 7566673. OLE color: 7566673.

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

Color convert

RGB 81 117 115 -
CMYK 0.31 0 0.02 0.54
HSL 176.67º 0.18% 0.39% -
HSV(B) 176.67º 0.31% 0.46% -
XYZ 12.85 15.71 18.57 -
YUV 106.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 81 117 115 0.31 0 0.02 0.54 176.67 0.18 0.39
Hex 51 75 73 1F 0 2 36 B1 12 27
Octal 121 165 163 37 0 2 66 261 22 47
Binary 1010001 1110101 1110011 11111 0 10 110110 10110001 10010 100111

Color Harmonies of #517573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517573

Black with #517573

Text Example


Text Example

White with #517573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517573; }

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

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

background-color css

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

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

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

border-color css

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

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

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