#655C87

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

Shades of Kimberly #655C87

Tints of Kimberly #655C87

Color information

#655C87 (or 0x655C87) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 87. RGB value is (101,92,135). Sum of RGB (Red+Green+Blue) = 101+92+135=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 135 - color contains mainly: blue. Hex color #655C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C87 is #9AA378. Grayscale: #636363. Windows color (decimal): -10134393 or 8871013. OLE color: 8871013.

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

Color convert

RGB10192135-
CMYK0.250.3200.47
HSL252.56º18.94%44.51%-
HSV(B)252.56º31.85%52.94%-
XYZ13.5712.1724.56-
YUV99.59147.98129-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.79%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=30.79%
G=28.05%
B=41.16%

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
Decimal101921350.250.3200.47252.5618.9444.51
Hex655C87192002Ffd132d
Octal14513420731400573752355
Binary11001011011100100001111100110000001011111111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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