#60557F

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

Shades of Kimberly #60557F

Tints of Kimberly #60557F

Color information

#60557F (or 0x60557F) is unknown color: approx Kimberly. HEX triplet: 60, 55 and 7F. RGB value is (96,85,127). Sum of RGB (Red+Green+Blue) = 96+85+127=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #60557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60557F is #9FAA80. Grayscale: #5C5C5C. Windows color (decimal): -10463873 or 8344928. OLE color: 8344928.

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

Color convert

RGB9685127-
CMYK0.240.3300.50
HSL255.71º19.81%41.57%-
HSV(B)255.71º33.07%49.8%-
XYZ11.910.5221.48-
YUV93.08147.14130.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 127 (50% from 255) = 41.23%
R=31.17%
G=27.60%
B=41.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96851270.240.3300.50255.7119.8141.57
Hex60557F1821032100142a
Octal14012517730410624002452
Binary11000001010101111111111000100001011001010000000010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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