#655264

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

Shades of Salt Box #655264

Tints of Salt Box #655264

Color information

#655264 (or 0x655264) is unknown color: approx Salt Box. HEX triplet: 65, 52 and 64. RGB value is (101,82,100). Sum of RGB (Red+Green+Blue) = 101+82+100=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655264 is #9AAD9B. Grayscale: #595959. Windows color (decimal): -10136988 or 6574693. OLE color: 6574693.

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

Color convert

RGB10182100-
CMYK00.190.010.60
HSL303.16º10.38%35.88%-
HSV(B)303.16º18.81%39.61%-
XYZ10.689.7213.37-
YUV89.73133.79136.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=35.69%
G=28.98%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1018210000.190.010.60303.1610.3835.88
Hex65526401313C12fa24
Octal1451221440231744571244
Binary11001011010010110010001001111111001001011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655264; }

 p { color: rgb(101,82,100); }

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

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

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

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

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

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

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