#655B87

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

Shades of Kimberly #655B87

Tints of Kimberly #655B87

Color information

#655B87 (or 0x655B87) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 87. RGB value is (101,91,135). Sum of RGB (Red+Green+Blue) = 101+91+135=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #655B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B87 is #9AA478. Grayscale: #626262. Windows color (decimal): -10134649 or 8870757. OLE color: 8870757.

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

Color convert

RGB10191135-
CMYK0.250.3300.47
HSL253.64º19.47%44.31%-
HSV(B)253.64º32.59%52.94%-
XYZ13.481224.53-
YUV99.01148.31129.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 135 (53.12% from 255) = 41.28%
R=30.89%
G=27.83%
B=41.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101911350.250.3300.47253.6419.4744.31
Hex655B87192102Ffe132c
Octal14513320731410573762354
Binary11001011011011100001111100110000101011111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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