#517172

Color #517172 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #517172

Tints of William #517172

Color information

#517172 (or 0x517172) is unknown color: approx William. HEX triplet: 51, 71 and 72. RGB value is (81,113,114). Sum of RGB (Red+Green+Blue) = 81+113+114=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 114 - color contains mainly: blue. Hex color #517172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517172 is #AE8E8D. Grayscale: #676767. Windows color (decimal): -11439758 or 7500113. OLE color: 7500113.

HSL color Cylindrical-coordinate representation of color #517172: hue angle of 181.82º 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 #517172 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81113114-
CMYK0.290.0100.55
HSL181.82º16.92%38.24%-
HSV(B)181.82º28.95%44.71%-
XYZ12.3414.7718.12-
YUV103.55133.9111.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=26.30%
G=36.69%
B=37.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811131140.290.0100.55181.8216.9238.24
Hex5171721D1037b61126
Octal1211611623510672662146
Binary10100011110001111001011101101101111011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517172; }

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

 H1.HeaderClassName
 {
   color: #517172;
 }
 .AnyTagClassName
 {
   color: #517172;
 }
</style>
background-color css

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

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

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

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

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

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