#61557A

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

Shades of Kimberly #61557A

Tints of Kimberly #61557A

Color information

#61557A (or 0x61557A) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 7A. RGB value is (97,85,122). Sum of RGB (Red+Green+Blue) = 97+85+122=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #61557A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557A is #9EAA85. Grayscale: #5C5C5C. Windows color (decimal): -10398342 or 8017249. OLE color: 8017249.

HSL color Cylindrical-coordinate representation of color #61557A: hue angle of 259.46º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61557A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9785122-
CMYK0.200.3000.52
HSL259.46º17.87%40.59%-
HSV(B)259.46º30.33%47.84%-
XYZ11.6910.4419.81-
YUV92.81144.48130.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 85 (33.59% from 255) = 27.96%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=31.91%
G=27.96%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97851220.200.3000.52259.4617.8740.59
Hex61557A141E0341031229
Octal14112517224360644032251
Binary1100001101010111110101010011110011010010000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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