Shades of Como #577B5F
Tints of Como #577B5F
RGB
CMYK
RGB Variations
Color information
#577B5F (or 0x577B5F) is known color: Como. HEX triplet: 57, 7B and 5F. RGB value is (87,123,95). Sum of RGB (Red+Green+Blue) = 87+123+95=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #577B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577B5F is #A884A0. Grayscale: #6D6D6D. Windows color (decimal): -11044001 or 6257495. OLE color: 6257495.
HSL color Cylindrical-coordinate representation of color #577B5F: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #577B5F is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 123 | 95 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.52 |
| HSL | 133.33º | 0.17% | 0.41% | - |
| HSV(B) | 133.33º | 0.29% | 0.48% | - |
| XYZ | 13.08 | 17.02 | 13.42 | - |
| YUV | 109.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 95 | 0.29 | 0 | 0.23 | 0.52 | 133.33 | 0.17 | 0.41 |
| Hex | 57 | 7B | 5F | 1D | 0 | 17 | 34 | 85 | 11 | 29 |
| Octal | 127 | 173 | 137 | 35 | 0 | 27 | 64 | 205 | 21 | 51 |
| Binary | 1010111 | 1111011 | 1011111 | 11101 | 0 | 10111 | 110100 | 10000101 | 10001 | 101001 |
Color Harmonies of #577B5F
Complementary color
Monochromatic Colors of #577B5F
Black with #577B5F
Text Example
Text Example
White with #577B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577B5F; }
p { color: rgb(87,123,95); }
H1.HeaderClassName
{
color: #577B5F;
}
.AnyTagClassName
{
color: #577B5F;
}
</style>
background-color css
<style>
a { background-color: #577B5F; }
a { background-color: rgb(87,123,95); }
div.DivClassName
{
background-color: #577B5F;
}
.BgClassName
{
background-color: #577B5F;
}
</style>
border-color css
<style>
span { border-color: #577B5F; }
span { border-color: rgb(87,123,95); }
td.TdClassName
{
border-color: #577B5F;
}
.TagClassName
{
border-color: #577B5F;
}
</style>