#61557F

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

Shades of Kimberly #61557F

Tints of Kimberly #61557F

Color information

#61557F (or 0x61557F) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 7F. RGB value is (97,85,127). Sum of RGB (Red+Green+Blue) = 97+85+127=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #61557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557F is #9EAA80. Grayscale: #5D5D5D. Windows color (decimal): -10398337 or 8344929. OLE color: 8344929.

HSL color Cylindrical-coordinate representation of color #61557F: hue angle of 257.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61557F is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9785127-
CMYK0.240.3300.50
HSL257.14º19.81%41.57%-
HSV(B)257.14º33.07%49.8%-
XYZ12.0110.5721.49-
YUV93.38146.98130.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 127 (50% from 255) = 41.10%
R=31.39%
G=27.51%
B=41.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97851270.240.3300.50257.1419.8141.57
Hex61557F1821032101142a
Octal14112517730410624012452
Binary11000011010101111111111000100001011001010000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61557F; }

 p { color: rgb(97,85,127); }

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

<style>
 a { background-color: #61557F; }

 a { background-color: rgb(97,85,127); }

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

<style>
 span { border-color: #61557F; }

 span { border-color: rgb(97,85,127); }

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