#655680

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

Shades of Kimberly #655680

Tints of Kimberly #655680

Color information

#655680 (or 0x655680) is unknown color: approx Kimberly. HEX triplet: 65, 56 and 80. RGB value is (101,86,128). Sum of RGB (Red+Green+Blue) = 101+86+128=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #655680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655680 is #9AA97F. Grayscale: #5F5F5F. Windows color (decimal): -10135936 or 8410725. OLE color: 8410725.

HSL color Cylindrical-coordinate representation of color #655680: hue angle of 261.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #655680 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10186128-
CMYK0.210.3300.50
HSL261.43º19.63%41.96%-
HSV(B)261.43º32.81%50.2%-
XYZ12.5910.9821.88-
YUV95.27146.47132.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=32.06%
G=27.30%
B=40.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101861280.210.3300.50261.4319.6341.96
Hex6556801521032105142a
Octal14512620025410624052452
Binary110010110101101000000010101100001011001010000010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655680; }

 p { color: rgb(101,86,128); }

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

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

 a { background-color: rgb(101,86,128); }

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

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

 span { border-color: rgb(101,86,128); }

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