#655063

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

Shades of Salt Box #655063

Tints of Salt Box #655063

Color information

#655063 (or 0x655063) is unknown color: approx Salt Box. HEX triplet: 65, 50 and 63. RGB value is (101,80,99). Sum of RGB (Red+Green+Blue) = 101+80+99=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655063 is #9AAF9C. Grayscale: #585858. Windows color (decimal): -10137501 or 6508645. OLE color: 6508645.

HSL color Cylindrical-coordinate representation of color #655063: hue angle of 305.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655063 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1018099-
CMYK00.210.020.60
HSL305.71º11.6%35.49%-
HSV(B)305.71º20.79%39.61%-
XYZ10.499.413.07-
YUV88.44133.96136.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=36.07%
G=28.57%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101809900.210.020.60305.7111.635.49
Hex65506301523C132c23
Octal1451201430252744621443
Binary110010110100001100011010101101111001001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655063; }

 p { color: rgb(101,80,99); }

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

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

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

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

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

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

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