#655B8E

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

Shades of Kimberly #655B8E

Tints of Kimberly #655B8E

Color information

#655B8E (or 0x655B8E) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 8E. RGB value is (101,91,142). Sum of RGB (Red+Green+Blue) = 101+91+142=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #655B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655B8E is #9AA471. Grayscale: #636363. Windows color (decimal): -10134642 or 9329509. OLE color: 9329509.

HSL color Cylindrical-coordinate representation of color #655B8E: hue angle of 251.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #655B8E is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10191142-
CMYK0.290.3600.44
HSL251.76º21.89%45.69%-
HSV(B)251.76º35.92%55.69%-
XYZ13.9912.227.21-
YUV99.8151.81128.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=30.24%
G=27.25%
B=42.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101911420.290.3600.44251.7621.8945.69
Hex655B8E1D2402Cfc162e
Octal14513321635440543742656
Binary11001011011011100011101110110010001011001111110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,91,142); }

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

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

 a { background-color: rgb(101,91,142); }

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

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

 span { border-color: rgb(101,91,142); }

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