#655B86

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

Shades of Kimberly #655B86

Tints of Kimberly #655B86

Color information

#655B86 (or 0x655B86) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 86. RGB value is (101,91,134). Sum of RGB (Red+Green+Blue) = 101+91+134=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #655B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B86 is #9AA479. Grayscale: #626262. Windows color (decimal): -10134650 or 8805221. OLE color: 8805221.

HSL color Cylindrical-coordinate representation of color #655B86: hue angle of 253.95º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #655B86 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10191134-
CMYK0.250.3200.47
HSL253.95º19.11%44.12%-
HSV(B)253.95º32.09%52.55%-
XYZ13.4111.9724.16-
YUV98.89147.81129.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=30.98%
G=27.91%
B=41.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101911340.250.3200.47253.9519.1144.12
Hex655B86192002Ffe132c
Octal14513320631400573762354
Binary11001011011011100001101100110000001011111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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