#60557D

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

Shades of Kimberly #60557D

Tints of Kimberly #60557D

Color information

#60557D (or 0x60557D) is unknown color: approx Kimberly. HEX triplet: 60, 55 and 7D. RGB value is (96,85,125). Sum of RGB (Red+Green+Blue) = 96+85+125=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #60557D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60557D is #9FAA82. Grayscale: #5C5C5C. Windows color (decimal): -10463875 or 8213856. OLE color: 8213856.

HSL color Cylindrical-coordinate representation of color #60557D: hue angle of 256.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60557D is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9685125-
CMYK0.230.3200.51
HSL256.5º19.05%41.18%-
HSV(B)256.5º32%49.02%-
XYZ11.7710.4620.8-
YUV92.85146.14130.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=31.37%
G=27.78%
B=40.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96851250.230.3200.51256.519.0541.18
Hex60557D17200331001329
Octal14012517527400634002351
Binary11000001010101111110110111100000011001110000000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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