#61557B

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

Shades of Kimberly #61557B

Tints of Kimberly #61557B

Color information

#61557B (or 0x61557B) is unknown color: approx Kimberly. HEX triplet: 61, 55 and 7B. RGB value is (97,85,123). Sum of RGB (Red+Green+Blue) = 97+85+123=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #61557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61557B is #9EAA84. Grayscale: #5C5C5C. Windows color (decimal): -10398341 or 8082785. OLE color: 8082785.

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

Color convert

RGB9785123-
CMYK0.210.3100.52
HSL258.95º18.27%40.78%-
HSV(B)258.95º30.89%48.24%-
XYZ11.7510.4720.14-
YUV92.92144.98130.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=31.80%
G=27.87%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97851230.210.3100.52258.9518.2740.78
Hex61557B151F0341031229
Octal14112517325370644032251
Binary1100001101010111110111010111111011010010000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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