#655F80

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

Shades of Kimberly #655F80

Tints of Kimberly #655F80

Color information

#655F80 (or 0x655F80) is unknown color: approx Kimberly. HEX triplet: 65, 5F and 80. RGB value is (101,95,128). Sum of RGB (Red+Green+Blue) = 101+95+128=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 128 - color contains mainly: blue. Hex color #655F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655F80 is #9AA07F. Grayscale: #646464. Windows color (decimal): -10133632 or 8413029. OLE color: 8413029.

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

Color convert

RGB10195128-
CMYK0.210.2600.50
HSL250.91º14.8%43.73%-
HSV(B)250.91º25.78%50.2%-
XYZ13.3612.5122.13-
YUV100.56143.49128.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=31.17%
G=29.32%
B=39.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101951280.210.2600.50250.9114.843.73
Hex655F80151A032fbf2c
Octal14513720025320623731754
Binary110010110111111000000010101110100110010111110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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