Shades of Bright Grey #575D67
Tints of Bright Grey #575D67
RGB
CMYK
RGB Variations
Color information
#575D67 (or 0x575D67) is known color: Bright Grey. HEX triplet: 57, 5D and 67. RGB value is (87,93,103). Sum of RGB (Red+Green+Blue) = 87+93+103=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 103 - color contains mainly: blue. Hex color #575D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D67 is #A8A298. Grayscale: #5C5C5C. Windows color (decimal): -11051673 or 6774103. OLE color: 6774103.
HSL color Cylindrical-coordinate representation of color #575D67: hue angle of 217.5º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575D67 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 93 | 103 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.60 |
| HSL | 217.5º | 0.08% | 0.37% | - |
| HSV(B) | 217.5º | 0.16% | 0.4% | - |
| XYZ | 10.29 | 10.83 | 14.38 | - |
| YUV | 92.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 103 | 0.16 | 0.10 | 0 | 0.60 | 217.5 | 0.08 | 0.37 |
| Hex | 57 | 5D | 67 | 10 | A | 0 | 3C | DA | 8 | 25 |
| Octal | 127 | 135 | 147 | 20 | 12 | 0 | 74 | 332 | 10 | 45 |
| Binary | 1010111 | 1011101 | 1100111 | 10000 | 1010 | 0 | 111100 | 11011010 | 1000 | 100101 |
Color Harmonies of #575D67
Complementary color
Monochromatic Colors of #575D67
Black with #575D67
Text Example
Text Example
White with #575D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D67; }
p { color: rgb(87,93,103); }
H1.HeaderClassName
{
color: #575D67;
}
.AnyTagClassName
{
color: #575D67;
}
</style>
background-color css
<style>
a { background-color: #575D67; }
a { background-color: rgb(87,93,103); }
div.DivClassName
{
background-color: #575D67;
}
.BgClassName
{
background-color: #575D67;
}
</style>
border-color css
<style>
span { border-color: #575D67; }
span { border-color: rgb(87,93,103); }
td.TdClassName
{
border-color: #575D67;
}
.TagClassName
{
border-color: #575D67;
}
</style>