Shades of Kabul #5D5A57
Tints of Kabul #5D5A57
RGB
CMYK
RGB Variations
Color information
#5D5A57 (or 0x5D5A57) is known color: Kabul. HEX triplet: 5D, 5A and 57. RGB value is (93,90,87). Sum of RGB (Red+Green+Blue) = 93+90+87=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5A57 is #A2A5A8. Grayscale: #5A5A5A. Windows color (decimal): -10659241 or 5724765. OLE color: 5724765.
HSL color Cylindrical-coordinate representation of color #5D5A57: hue angle of 30º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D5A57 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 90 | 87 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.64 |
| HSL | 30º | 0.03% | 0.35% | - |
| HSV(B) | 30º | 0.06% | 0.36% | - |
| XYZ | 9.89 | 10.33 | 10.49 | - |
| YUV | 90.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 90 | 87 | 0 | 0.03 | 0.06 | 0.64 | 30 | 0.03 | 0.35 |
| Hex | 5D | 5A | 57 | 0 | 3 | 6 | 40 | 1E | 3 | 23 |
| Octal | 135 | 132 | 127 | 0 | 3 | 6 | 100 | 36 | 3 | 43 |
| Binary | 1011101 | 1011010 | 1010111 | 0 | 11 | 110 | 1000000 | 11110 | 11 | 100011 |
Color Harmonies of #5D5A57
Complementary color
Monochromatic Colors of #5D5A57
Black with #5D5A57
Text Example
Text Example
White with #5D5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5A57; }
p { color: rgb(93,90,87); }
H1.HeaderClassName
{
color: #5D5A57;
}
.AnyTagClassName
{
color: #5D5A57;
}
</style>
background-color css
<style>
a { background-color: #5D5A57; }
a { background-color: rgb(93,90,87); }
div.DivClassName
{
background-color: #5D5A57;
}
.BgClassName
{
background-color: #5D5A57;
}
</style>
border-color css
<style>
span { border-color: #5D5A57; }
span { border-color: rgb(93,90,87); }
td.TdClassName
{
border-color: #5D5A57;
}
.TagClassName
{
border-color: #5D5A57;
}
</style>