#655F8D

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

Shades of Kimberly #655F8D

Tints of Kimberly #655F8D

Color information

#655F8D (or 0x655F8D) is unknown color: approx Kimberly. HEX triplet: 65, 5F and 8D. RGB value is (101,95,141). Sum of RGB (Red+Green+Blue) = 101+95+141=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #655F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F8D is #9AA072. Grayscale: #656565. Windows color (decimal): -10133619 or 9264997. OLE color: 9264997.

HSL color Cylindrical-coordinate representation of color #655F8D: hue angle of 247.83º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #655F8D is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10195141-
CMYK0.280.3300.45
HSL247.83º19.49%46.27%-
HSV(B)247.83º32.62%55.29%-
XYZ14.2712.8726.93-
YUV102.04149.99127.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=29.97%
G=28.19%
B=41.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101951410.280.3300.45247.8319.4946.27
Hex655F8D1C2102Df8132e
Octal14513721534410553702356
Binary11001011011111100011011110010000101011011111100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F8D; }

 p { color: rgb(101,95,141); }

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

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

 a { background-color: rgb(101,95,141); }

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

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

 span { border-color: rgb(101,95,141); }

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