#655C78

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

Shades of Kimberly #655C78

Tints of Kimberly #655C78

Color information

#655C78 (or 0x655C78) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 78. RGB value is (101,92,120). Sum of RGB (Red+Green+Blue) = 101+92+120=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #655C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C78 is #9AA387. Grayscale: #616161. Windows color (decimal): -10134408 or 7887973. OLE color: 7887973.

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

Color convert

RGB10192120-
CMYK0.160.2300.53
HSL259.29º13.21%41.57%-
HSV(B)259.29º23.33%47.06%-
XYZ12.5811.7819.38-
YUV97.88140.48130.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=32.27%
G=29.39%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101921200.160.2300.53259.2913.2141.57
Hex655C781017035103d2a
Octal14513417020270654031552
Binary110010110111001111000100001011101101011000000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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