#655B78

Color #655B78 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #655B78

Tints of Kimberly #655B78

Color information

#655B78 (or 0x655B78) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 78. RGB value is (101,91,120). Sum of RGB (Red+Green+Blue) = 101+91+120=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #655B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B78 is #9AA487. Grayscale: #616161. Windows color (decimal): -10134664 or 7887717. OLE color: 7887717.

HSL color Cylindrical-coordinate representation of color #655B78: hue angle of 260.69º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655B78 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10191120-
CMYK0.160.2400.53
HSL260.69º13.74%41.37%-
HSV(B)260.69º24.17%47.06%-
XYZ12.511.619.35-
YUV97.3140.81130.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 91 (35.94% from 255) = 29.17%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=32.37%
G=29.17%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101911200.160.2400.53260.6913.7441.37
Hex655B781018035105e29
Octal14513317020300654051651
Binary110010110110111111000100001100001101011000001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655B78; }

 p { color: rgb(101,91,120); }

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

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

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

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

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

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

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