#655D92

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

Shades of Kimberly #655D92

Tints of Kimberly #655D92

Color information

#655D92 (or 0x655D92) is unknown color: approx Kimberly. HEX triplet: 65, 5D and 92. RGB value is (101,93,146). Sum of RGB (Red+Green+Blue) = 101+93+146=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #655D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655D92 is #9AA26D. Grayscale: #656565. Windows color (decimal): -10134126 or 9592165. OLE color: 9592165.

HSL color Cylindrical-coordinate representation of color #655D92: hue angle of 249.06º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655D92 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10193146-
CMYK0.310.3600.43
HSL249.06º22.18%46.86%-
HSV(B)249.06º36.3%57.25%-
XYZ14.4712.6728.88-
YUV101.43153.15127.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.71%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=29.71%
G=27.35%
B=42.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101931460.310.3600.43249.0622.1846.86
Hex655D921F2402Bf9162f
Octal14513522237440533712657
Binary11001011011101100100101111110010001010111111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,146); }

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

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

 a { background-color: rgb(101,93,146); }

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

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

 span { border-color: rgb(101,93,146); }

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