#655882

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

Shades of Kimberly #655882

Tints of Kimberly #655882

Color information

#655882 (or 0x655882) is unknown color: approx Kimberly. HEX triplet: 65, 58 and 82. RGB value is (101,88,130). Sum of RGB (Red+Green+Blue) = 101+88+130=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #655882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655882 is #9AA77D. Grayscale: #606060. Windows color (decimal): -10135422 or 8542309. OLE color: 8542309.

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

Color convert

RGB10188130-
CMYK0.220.3200.49
HSL258.57º19.27%42.75%-
HSV(B)258.57º32.31%50.98%-
XYZ12.8911.3622.63-
YUV96.67146.81131.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=31.66%
G=27.59%
B=40.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101881300.220.3200.49258.5719.2742.75
Hex6558821620031103132b
Octal14513020226400614032353
Binary110010110110001000001010110100000011000110000001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655882; }

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

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

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

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

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

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

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

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