#61587B

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

Shades of Kimberly #61587B

Tints of Kimberly #61587B

Color information

#61587B (or 0x61587B) is unknown color: approx Kimberly. HEX triplet: 61, 58 and 7B. RGB value is (97,88,123). Sum of RGB (Red+Green+Blue) = 97+88+123=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #61587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61587B is #9EA784. Grayscale: #5E5E5E. Windows color (decimal): -10397573 or 8083553. OLE color: 8083553.

HSL color Cylindrical-coordinate representation of color #61587B: hue angle of 255.43º degrees, saturation: 0.17, 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 #61587B is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9788123-
CMYK0.210.2800.52
HSL255.43º16.59%41.37%-
HSV(B)255.43º28.46%48.24%-
XYZ11.9910.9520.22-
YUV94.68143.98129.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=31.49%
G=28.57%
B=39.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97881230.210.2800.52255.4316.5941.37
Hex61587B151C034ff1129
Octal14113017325340643772151
Binary110000110110001111011101011110001101001111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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