#60505C

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

Shades of Salt Box #60505C

Tints of Salt Box #60505C

Color information

#60505C (or 0x60505C) is unknown color: approx Salt Box. HEX triplet: 60, 50 and 5C. RGB value is (96,80,92). Sum of RGB (Red+Green+Blue) = 96+80+92=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #60505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60505C is #9FAFA3. Grayscale: #565656. Windows color (decimal): -10465188 or 6049888. OLE color: 6049888.

HSL color Cylindrical-coordinate representation of color #60505C: hue angle of 315º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60505C is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB968092-
CMYK00.170.040.62
HSL315º9.09%34.51%-
HSV(B)315º16.67%37.65%-
XYZ9.62911.35-
YUV86.15131.3135.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=35.82%
G=29.85%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96809200.170.040.623159.0934.51
Hex60505C01143E13b923
Octal1401201340214764731143
Binary1100000101000010111000100011001111101001110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60505C; }

 p { color: rgb(96,80,92); }

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

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

 a { background-color: rgb(96,80,92); }

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

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

 span { border-color: rgb(96,80,92); }

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