#655D7F

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

Shades of Kimberly #655D7F

Tints of Kimberly #655D7F

Color information

#655D7F (or 0x655D7F) is unknown color: approx Kimberly. HEX triplet: 65, 5D and 7F. RGB value is (101,93,127). Sum of RGB (Red+Green+Blue) = 101+93+127=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #655D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D7F is #9AA280. Grayscale: #636363. Windows color (decimal): -10134145 or 8346981. OLE color: 8346981.

HSL color Cylindrical-coordinate representation of color #655D7F: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #655D7F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10193127-
CMYK0.200.2700.50
HSL254.12º15.45%43.14%-
HSV(B)254.12º26.77%49.8%-
XYZ13.1112.1321.73-
YUV99.27143.65129.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 127 (50% from 255) = 39.56%
R=31.46%
G=28.97%
B=39.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101931270.200.2700.50254.1215.4543.14
Hex655D7F141B032fef2b
Octal14513517724330623761753
Binary11001011011101111111110100110110110010111111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,127); }

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

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

 a { background-color: rgb(101,93,127); }

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

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

 span { border-color: rgb(101,93,127); }

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