#5F555C

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

Shades of Salt Box #5F555C

Tints of Salt Box #5F555C

Color information

#5F555C (or 0x5F555C) is unknown color: approx Salt Box. HEX triplet: 5F, 55 and 5C. RGB value is (95,85,92). Sum of RGB (Red+Green+Blue) = 95+85+92=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 95 - color contains mainly: red. Hex color #5F555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F555C is #A0AAA3. Grayscale: #585858. Windows color (decimal): -10529444 or 6051167. OLE color: 6051167.

HSL color Cylindrical-coordinate representation of color #5F555C: hue angle of 318º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F555C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB958592-
CMYK00.110.030.63
HSL318º5.56%35.29%-
HSV(B)318º10.53%37.25%-
XYZ9.99.711.48-
YUV88.79129.81132.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=34.93%
G=31.25%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95859200.110.030.633185.5635.29
Hex5F555C0B33F13e623
Octal137125134013377476643
Binary1011111101010110111000101111111111100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,92); }

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

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

 a { background-color: rgb(95,85,92); }

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

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

 span { border-color: rgb(95,85,92); }

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