#655887

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

Shades of Kimberly #655887

Tints of Kimberly #655887

Color information

#655887 (or 0x655887) is unknown color: approx Kimberly. HEX triplet: 65, 58 and 87. RGB value is (101,88,135). Sum of RGB (Red+Green+Blue) = 101+88+135=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #655887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655887 is #9AA778. Grayscale: #616161. Windows color (decimal): -10135417 or 8869989. OLE color: 8869989.

HSL color Cylindrical-coordinate representation of color #655887: hue angle of 256.6º 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 #655887 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10188135-
CMYK0.250.3500.47
HSL256.6º21.08%43.73%-
HSV(B)256.6º34.81%52.94%-
XYZ13.2311.524.44-
YUV97.24149.31130.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=31.17%
G=27.16%
B=41.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101881350.250.3500.47256.621.0843.73
Hex655887192302F101152c
Octal14513020731430574012554
Binary110010110110001000011111001100011010111110000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655887; }

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

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

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

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

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

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

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

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