Shades of Kimberly #60527B
Tints of Kimberly #60527B
RGB
CMYK
RGB Variations
Color information
#60527B (or 0x60527B) is known color: Kimberly. HEX triplet: 60, 52 and 7B. RGB value is (96,82,123). Sum of RGB (Red+Green+Blue) = 96+82+123=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #60527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60527B is #9FAD84. Grayscale: #5A5A5A. Windows color (decimal): -10464645 or 8082016. OLE color: 8082016.
HSL color Cylindrical-coordinate representation of color #60527B: hue angle of 260.49º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60527B is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 82 | 123 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.52 |
| HSL | 260.49º | 0.2% | 0.4% | - |
| HSV(B) | 260.49º | 0.33% | 0.48% | - |
| XYZ | 11.42 | 9.95 | 20.06 | - |
| YUV | 90.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 123 | 0.22 | 0.33 | 0 | 0.52 | 260.49 | 0.2 | 0.4 |
| Hex | 60 | 52 | 7B | 16 | 21 | 0 | 34 | 104 | 14 | 28 |
| Octal | 140 | 122 | 173 | 26 | 41 | 0 | 64 | 404 | 24 | 50 |
| Binary | 1100000 | 1010010 | 1111011 | 10110 | 100001 | 0 | 110100 | 100000100 | 10100 | 101000 |
Color Harmonies of #60527B
Complementary color
Monochromatic Colors of #60527B
Black with #60527B
Text Example
Text Example
White with #60527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60527B; }
p { color: rgb(96,82,123); }
H1.HeaderClassName
{
color: #60527B;
}
.AnyTagClassName
{
color: #60527B;
}
</style>
background-color css
<style>
a { background-color: #60527B; }
a { background-color: rgb(96,82,123); }
div.DivClassName
{
background-color: #60527B;
}
.BgClassName
{
background-color: #60527B;
}
</style>
border-color css
<style>
span { border-color: #60527B; }
span { border-color: rgb(96,82,123); }
td.TdClassName
{
border-color: #60527B;
}
.TagClassName
{
border-color: #60527B;
}
</style>