#60587B

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

Shades of Kimberly #60587B

Tints of Kimberly #60587B

Color information

#60587B (or 0x60587B) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 7B. RGB value is (96,88,123). Sum of RGB (Red+Green+Blue) = 96+88+123=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 123 - color contains mainly: blue. Hex color #60587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587B is #9FA784. Grayscale: #5E5E5E. Windows color (decimal): -10463109 or 8083552. OLE color: 8083552.

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

Color convert

RGB9688123-
CMYK0.220.2800.52
HSL253.71º16.59%41.37%-
HSV(B)253.71º28.46%48.24%-
XYZ11.8910.920.22-
YUV94.38144.15129.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=31.27%
G=28.66%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96881230.220.2800.52253.7116.5941.37
Hex60587B161C034fe1129
Octal14013017326340643762151
Binary110000010110001111011101101110001101001111111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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