Shades of Bright Grey #575C67
Tints of Bright Grey #575C67
RGB
CMYK
RGB Variations
Color information
#575C67 (or 0x575C67) is known color: Bright Grey. HEX triplet: 57, 5C and 67. RGB value is (87,92,103). Sum of RGB (Red+Green+Blue) = 87+92+103=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 103 - color contains mainly: blue. Hex color #575C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C67 is #A8A398. Grayscale: #5B5B5B. Windows color (decimal): -11051929 or 6773847. OLE color: 6773847.
HSL color Cylindrical-coordinate representation of color #575C67: hue angle of 221.25º 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 #575C67 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 92 | 103 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.60 |
| HSL | 221.25º | 0.08% | 0.37% | - |
| HSV(B) | 221.25º | 0.16% | 0.4% | - |
| XYZ | 10.21 | 10.66 | 14.35 | - |
| YUV | 91.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 103 | 0.16 | 0.11 | 0 | 0.60 | 221.25 | 0.08 | 0.37 |
| Hex | 57 | 5C | 67 | 10 | B | 0 | 3C | DD | 8 | 25 |
| Octal | 127 | 134 | 147 | 20 | 13 | 0 | 74 | 335 | 10 | 45 |
| Binary | 1010111 | 1011100 | 1100111 | 10000 | 1011 | 0 | 111100 | 11011101 | 1000 | 100101 |
Color Harmonies of #575C67
Complementary color
Monochromatic Colors of #575C67
Black with #575C67
Text Example
Text Example
White with #575C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575C67; }
p { color: rgb(87,92,103); }
H1.HeaderClassName
{
color: #575C67;
}
.AnyTagClassName
{
color: #575C67;
}
</style>
background-color css
<style>
a { background-color: #575C67; }
a { background-color: rgb(87,92,103); }
div.DivClassName
{
background-color: #575C67;
}
.BgClassName
{
background-color: #575C67;
}
</style>
border-color css
<style>
span { border-color: #575C67; }
span { border-color: rgb(87,92,103); }
td.TdClassName
{
border-color: #575C67;
}
.TagClassName
{
border-color: #575C67;
}
</style>