#60587C

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

Shades of Kimberly #60587C

Tints of Kimberly #60587C

Color information

#60587C (or 0x60587C) is unknown color: approx Kimberly. HEX triplet: 60, 58 and 7C. RGB value is (96,88,124). Sum of RGB (Red+Green+Blue) = 96+88+124=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #60587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60587C is #9FA783. Grayscale: #5E5E5E. Windows color (decimal): -10463108 or 8149088. OLE color: 8149088.

HSL color Cylindrical-coordinate representation of color #60587C: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60587C is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9688124-
CMYK0.230.2900.51
HSL253.33º16.98%41.57%-
HSV(B)253.33º29.03%48.63%-
XYZ11.9510.9220.55-
YUV94.5144.65129.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=31.17%
G=28.57%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96881240.230.2900.51253.3316.9841.57
Hex60587C171D033fd112a
Octal14013017427350633752152
Binary110000010110001111100101111110101100111111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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