Shades of Bright Grey #575A67
Tints of Bright Grey #575A67
RGB
CMYK
RGB Variations
Color information
#575A67 (or 0x575A67) is known color: Bright Grey. HEX triplet: 57, 5A and 67. RGB value is (87,90,103). Sum of RGB (Red+Green+Blue) = 87+90+103=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #575A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A67 is #A8A598. Grayscale: #5A5A5A. Windows color (decimal): -11052441 or 6773335. OLE color: 6773335.
HSL color Cylindrical-coordinate representation of color #575A67: hue angle of 228.75º 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 #575A67 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 90 | 103 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.60 |
| HSL | 228.75º | 0.08% | 0.37% | - |
| HSV(B) | 228.75º | 0.16% | 0.4% | - |
| XYZ | 10.03 | 10.32 | 14.29 | - |
| YUV | 90.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 103 | 0.16 | 0.13 | 0 | 0.60 | 228.75 | 0.08 | 0.37 |
| Hex | 57 | 5A | 67 | 10 | D | 0 | 3C | E5 | 8 | 25 |
| Octal | 127 | 132 | 147 | 20 | 15 | 0 | 74 | 345 | 10 | 45 |
| Binary | 1010111 | 1011010 | 1100111 | 10000 | 1101 | 0 | 111100 | 11100101 | 1000 | 100101 |
Color Harmonies of #575A67
Complementary color
Monochromatic Colors of #575A67
Black with #575A67
Text Example
Text Example
White with #575A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A67; }
p { color: rgb(87,90,103); }
H1.HeaderClassName
{
color: #575A67;
}
.AnyTagClassName
{
color: #575A67;
}
</style>
background-color css
<style>
a { background-color: #575A67; }
a { background-color: rgb(87,90,103); }
div.DivClassName
{
background-color: #575A67;
}
.BgClassName
{
background-color: #575A67;
}
</style>
border-color css
<style>
span { border-color: #575A67; }
span { border-color: rgb(87,90,103); }
td.TdClassName
{
border-color: #575A67;
}
.TagClassName
{
border-color: #575A67;
}
</style>