#60577F

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

Shades of Kimberly #60577F

Tints of Kimberly #60577F

Color information

#60577F (or 0x60577F) is unknown color: approx Kimberly. HEX triplet: 60, 57 and 7F. RGB value is (96,87,127). Sum of RGB (Red+Green+Blue) = 96+87+127=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #60577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60577F is #9FA880. Grayscale: #5E5E5E. Windows color (decimal): -10463361 or 8345440. OLE color: 8345440.

HSL color Cylindrical-coordinate representation of color #60577F: hue angle of 253.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60577F is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9687127-
CMYK0.240.3100.50
HSL253.5º18.69%41.96%-
HSV(B)253.5º31.5%49.8%-
XYZ12.0610.8421.53-
YUV94.25146.48129.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 127 (50% from 255) = 40.97%
R=30.97%
G=28.06%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96871270.240.3100.50253.518.6941.96
Hex60577F181F032fe132a
Octal14012717730370623762352
Binary110000010101111111111110001111101100101111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60577F; }

 p { color: rgb(96,87,127); }

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

<style>
 a { background-color: #60577F; }

 a { background-color: rgb(96,87,127); }

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

<style>
 span { border-color: #60577F; }

 span { border-color: rgb(96,87,127); }

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