#655560

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

Shades of Salt Box #655560

Tints of Salt Box #655560

Color information

#655560 (or 0x655560) is unknown color: approx Salt Box. HEX triplet: 65, 55 and 60. RGB value is (101,85,96). Sum of RGB (Red+Green+Blue) = 101+85+96=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655560 is #9AAA9F. Grayscale: #5B5B5B. Windows color (decimal): -10136224 or 6313317. OLE color: 6313317.

HSL color Cylindrical-coordinate representation of color #655560: hue angle of 318.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655560 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB1018596-
CMYK00.160.050.60
HSL318.75º8.6%36.47%-
HSV(B)318.75º15.84%39.61%-
XYZ10.7310.1112.45-
YUV91.04130.8135.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 85 (33.59% from 255) = 30.14%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=35.82%
G=30.14%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101859600.160.050.60318.758.636.47
Hex65556001053C13f924
Octal1451251400205744771144
Binary1100101101010111000000100001011111001001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655560; }

 p { color: rgb(101,85,96); }

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

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

 a { background-color: rgb(101,85,96); }

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

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

 span { border-color: rgb(101,85,96); }

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