#52756F

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

Shades of William #52756F

Tints of William #52756F

Color information

#52756F (or 0x52756F) is unknown color: approx William. HEX triplet: 52, 75 and 6F. RGB value is (82,117,111). Sum of RGB (Red+Green+Blue) = 82+117+111=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #52756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756F is #AD8A90. Grayscale: #696969. Windows color (decimal): -11373201 or 7304530. OLE color: 7304530.

HSL color Cylindrical-coordinate representation of color #52756F: hue angle of 169.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52756F is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB82117111-
CMYK0.3000.050.54
HSL169.71º17.59%39.02%-
HSV(B)169.71º29.91%45.88%-
XYZ12.7115.6617.39-
YUV105.85130.9110.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=26.45%
G=37.74%
B=35.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171110.3000.050.54169.7117.5939.02
Hex52756F1E0536aa1227
Octal1221651573605662522247
Binary1010010111010111011111111001011101101010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52756F; }

 p { color: rgb(82,117,111); }

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

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

 a { background-color: rgb(82,117,111); }

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

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

 span { border-color: rgb(82,117,111); }

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