#655B77

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

Shades of Kimberly #655B77

Tints of Kimberly #655B77

Color information

#655B77 (or 0x655B77) is unknown color: approx Kimberly. HEX triplet: 65, 5B and 77. RGB value is (101,91,119). Sum of RGB (Red+Green+Blue) = 101+91+119=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #655B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B77 is #9AA488. Grayscale: #616161. Windows color (decimal): -10134665 or 7822181. OLE color: 7822181.

HSL color Cylindrical-coordinate representation of color #655B77: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655B77 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10191119-
CMYK0.150.2400.53
HSL261.43º13.33%41.18%-
HSV(B)261.43º23.53%46.67%-
XYZ12.4411.5819.03-
YUV97.18140.31130.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=32.48%
G=29.26%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101911190.150.2400.53261.4313.3341.18
Hex655B77F18035105d29
Octal14513316717300654051551
Binary11001011011011111011111111100001101011000001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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