#655460

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

Shades of Salt Box #655460

Tints of Salt Box #655460

Color information

#655460 (or 0x655460) is unknown color: approx Salt Box. HEX triplet: 65, 54 and 60. RGB value is (101,84,96). Sum of RGB (Red+Green+Blue) = 101+84+96=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655460 is #9AAB9F. Grayscale: #5A5A5A. Windows color (decimal): -10136480 or 6313061. OLE color: 6313061.

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

Color convert

RGB1018496-
CMYK00.170.050.60
HSL317.65º9.19%36.27%-
HSV(B)317.65º16.83%39.61%-
XYZ10.659.9512.43-
YUV90.45131.13135.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.94%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=35.94%
G=29.89%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101849600.170.050.60317.659.1936.27
Hex65546001153C13e924
Octal1451241400215744761144
Binary1100101101010011000000100011011111001001111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655460; }

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

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

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

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

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

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

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

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