#655981

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

Shades of Kimberly #655981

Tints of Kimberly #655981

Color information

#655981 (or 0x655981) is unknown color: approx Kimberly. HEX triplet: 65, 59 and 81. RGB value is (101,89,129). Sum of RGB (Red+Green+Blue) = 101+89+129=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #655981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655981 is #9AA67E. Grayscale: #616161. Windows color (decimal): -10135167 or 8477029. OLE color: 8477029.

HSL color Cylindrical-coordinate representation of color #655981: hue angle of 258º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655981 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10189129-
CMYK0.220.3100.49
HSL258º18.35%42.75%-
HSV(B)258º31.01%50.59%-
XYZ12.911.522.31-
YUV97.15145.98130.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=31.66%
G=27.90%
B=40.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101891290.220.3100.4925818.3542.75
Hex655981161F031102122b
Octal14513120126370614022253
Binary11001011011001100000011011011111011000110000001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655981; }

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

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

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

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

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

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

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

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