#5C5857

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

Shades of Tundora #5C5857

Tints of Tundora #5C5857

Color information

#5C5857 (or 0x5C5857) is unknown color: approx Tundora. HEX triplet: 5C, 58 and 57. RGB value is (92,88,87). Sum of RGB (Red+Green+Blue) = 92+88+87=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5857 is #A3A7A8. Grayscale: #595959. Windows color (decimal): -10725289 or 5724252. OLE color: 5724252.

HSL color Cylindrical-coordinate representation of color #5C5857: hue angle of 12º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5C5857 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB928887-
CMYK00.040.050.64
HSL12º2.79%35.1%-
HSV(B)12º5.43%36.08%-
XYZ9.629.9410.43-
YUV89.08126.83130.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=34.46%
G=32.96%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92888700.040.050.64122.7935.1
Hex5C585704540c323
Octal13413012704510014343
Binary10111001011000101011101001011000000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,87); }

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

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

 a { background-color: rgb(92,88,87); }

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

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

 span { border-color: rgb(92,88,87); }

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