#655865

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

Shades of Salt Box #655865

Tints of Salt Box #655865

Color information

#655865 (or 0x655865) is unknown color: approx Salt Box. HEX triplet: 65, 58 and 65. RGB value is (101,88,101). Sum of RGB (Red+Green+Blue) = 101+88+101=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655865 is #9AA79A. Grayscale: #5D5D5D. Windows color (decimal): -10135451 or 6641765. OLE color: 6641765.

HSL color Cylindrical-coordinate representation of color #655865: hue angle of 300º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655865 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10188101-
CMYK00.1300.60
HSL300º6.88%37.06%-
HSV(B)300º12.87%39.61%-
XYZ11.2110.6913.78-
YUV93.37132.31133.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=34.83%
G=30.34%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018810100.1300.603006.8837.06
Hex6558650D03C12c725
Octal145130145015074454745
Binary110010110110001100101011010111100100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655865; }

 p { color: rgb(101,88,101); }

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

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

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

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

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

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

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