#61557E

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

Shades of Kimberly #61557E

Tints of Kimberly #61557E

Color information

#61557E (or 0x61557E) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 7E. RGB value is (97,85,126). Sum of RGB (Red+Green+Blue) = 97+85+126=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #61557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557E is #9EAA81. Grayscale: #5D5D5D. Windows color (decimal): -10398338 or 8279393. OLE color: 8279393.

HSL color Cylindrical-coordinate representation of color #61557E: hue angle of 257.56º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61557E is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9785126-
CMYK0.230.3300.51
HSL257.56º19.43%41.37%-
HSV(B)257.56º32.54%49.41%-
XYZ11.9410.5421.14-
YUV93.26146.48130.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=31.49%
G=27.60%
B=40.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97851260.230.3300.51257.5619.4341.37
Hex61557E17210331021329
Octal14112517627410634022351
Binary11000011010101111111010111100001011001110000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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