#655988

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

Shades of Kimberly #655988

Tints of Kimberly #655988

Color information

#655988 (or 0x655988) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 88. RGB value is (101,89,136). Sum of RGB (Red+Green+Blue) = 101+89+136=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #655988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655988 is #9AA677. Grayscale: #616161. Windows color (decimal): -10135160 or 8935781. OLE color: 8935781.

HSL color Cylindrical-coordinate representation of color #655988: hue angle of 255.32º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #655988 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10189136-
CMYK0.260.3500.47
HSL255.32º20.89%44.12%-
HSV(B)255.32º34.56%53.33%-
XYZ13.3811.6924.84-
YUV97.95149.48130.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=30.98%
G=27.30%
B=41.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101891360.260.3500.47255.3220.8944.12
Hex6559881A2302Fff152c
Octal14513121032430573772554
Binary11001011011001100010001101010001101011111111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655988; }

 p { color: rgb(101,89,136); }

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

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

 a { background-color: rgb(101,89,136); }

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

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

 span { border-color: rgb(101,89,136); }

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