#61557C

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

Shades of Kimberly #61557C

Tints of Kimberly #61557C

Color information

#61557C (or 0x61557C) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 7C. RGB value is (97,85,124). Sum of RGB (Red+Green+Blue) = 97+85+124=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #61557C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557C is #9EAA83. Grayscale: #5C5C5C. Windows color (decimal): -10398340 or 8148321. OLE color: 8148321.

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

Color convert

RGB9785124-
CMYK0.220.3100.51
HSL258.46º18.66%40.98%-
HSV(B)258.46º31.45%48.63%-
XYZ11.8210.4920.47-
YUV93.03145.48130.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=31.70%
G=27.78%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97851240.220.3100.51258.4618.6640.98
Hex61557C161F0331021329
Octal14112517426370634022351
Binary1100001101010111111001011011111011001110000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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