#61587A

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

Shades of Kimberly #61587A

Tints of Kimberly #61587A

Color information

#61587A (or 0x61587A) is unknown color: approx Kimberly. HEX triplet: 61, 58 and 7A. RGB value is (97,88,122). Sum of RGB (Red+Green+Blue) = 97+88+122=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #61587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61587A is #9EA785. Grayscale: #5E5E5E. Windows color (decimal): -10397574 or 8018017. OLE color: 8018017.

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

Color convert

RGB9788122-
CMYK0.200.2800.52
HSL255.88º16.19%41.18%-
HSV(B)255.88º27.87%47.84%-
XYZ11.9310.9319.89-
YUV94.57143.48129.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 122 (48.05% from 255) = 39.74%
R=31.60%
G=28.66%
B=39.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97881220.200.2800.52255.8816.1941.18
Hex61587A141C0341001029
Octal14113017224340644002051
Binary1100001101100011110101010011100011010010000000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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