#655987

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

Shades of Kimberly #655987

Tints of Kimberly #655987

Color information

#655987 (or 0x655987) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 87. RGB value is (101,89,135). Sum of RGB (Red+Green+Blue) = 101+89+135=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 135 - color contains mainly: blue. Hex color #655987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655987 is #9AA678. Grayscale: #616161. Windows color (decimal): -10135161 or 8870245. OLE color: 8870245.

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

Color convert

RGB10189135-
CMYK0.250.3400.47
HSL255.65º20.54%43.92%-
HSV(B)255.65º34.07%52.94%-
XYZ13.3111.6624.47-
YUV97.83148.98130.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=31.08%
G=27.38%
B=41.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101891350.250.3400.47255.6520.5443.92
Hex655987192202F100152c
Octal14513120731420574002554
Binary110010110110011000011111001100010010111110000000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655987; }

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

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

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

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

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

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

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

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