#655C86

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

Shades of Kimberly #655C86

Tints of Kimberly #655C86

Color information

#655C86 (or 0x655C86) is unknown color: approx Kimberly. HEX triplet: 65, 5C and 86. RGB value is (101,92,134). Sum of RGB (Red+Green+Blue) = 101+92+134=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #655C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655C86 is #9AA379. Grayscale: #636363. Windows color (decimal): -10134394 or 8805477. OLE color: 8805477.

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

Color convert

RGB10192134-
CMYK0.250.3100.47
HSL252.86º18.58%44.31%-
HSV(B)252.86º31.34%52.55%-
XYZ13.512.1424.19-
YUV99.48147.48129.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=30.89%
G=28.13%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101921340.250.3100.47252.8618.5844.31
Hex655C86191F02Ffd132c
Octal14513420631370573752354
Binary1100101101110010000110110011111101011111111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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