#5C756F

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

Shades of William #5C756F

Tints of William #5C756F

Color information

#5C756F (or 0x5C756F) is unknown color: approx William. HEX triplet: 5C, 75 and 6F. RGB value is (92,117,111). Sum of RGB (Red+Green+Blue) = 92+117+111=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #5C756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C756F is #A38A90. Grayscale: #6C6C6C. Windows color (decimal): -10717841 or 7304540. OLE color: 7304540.

HSL color Cylindrical-coordinate representation of color #5C756F: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C756F is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB92117111-
CMYK0.2100.050.54
HSL165.6º11.96%40.98%-
HSV(B)165.6º21.37%45.88%-
XYZ13.6416.1517.44-
YUV108.84129.22115.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=28.75%
G=36.56%
B=34.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal921171110.2100.050.54165.611.9640.98
Hex5C756F150536a6c29
Octal1341651572505662461451
Binary101110011101011101111101010101110110101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C756F; }

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

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

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

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

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

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

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

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