#655A7F

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

Shades of Kimberly #655A7F

Tints of Kimberly #655A7F

Color information

#655A7F (or 0x655A7F) is unknown color: approx Kimberly. HEX triplet: 65, 5A and 7F. RGB value is (101,90,127). Sum of RGB (Red+Green+Blue) = 101+90+127=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #655A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A7F is #9AA580. Grayscale: #616161. Windows color (decimal): -10134913 or 8346213. OLE color: 8346213.

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

Color convert

RGB10190127-
CMYK0.200.2900.50
HSL257.84º17.05%42.55%-
HSV(B)257.84º29.13%49.8%-
XYZ12.8511.6121.64-
YUV97.51144.64130.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 127 (50% from 255) = 39.94%
R=31.76%
G=28.30%
B=39.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101901270.200.2900.50257.8417.0542.55
Hex655A7F141D032102112b
Octal14513217724350624022153
Binary1100101101101011111111010011101011001010000001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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