Shades of Bright Grey #575A5D
Tints of Bright Grey #575A5D
RGB
CMYK
RGB Variations
Color information
#575A5D (or 0x575A5D) is known color: Bright Grey. HEX triplet: 57, 5A and 5D. RGB value is (87,90,93). Sum of RGB (Red+Green+Blue) = 87+90+93=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #575A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A5D is #A8A5A2. Grayscale: #595959. Windows color (decimal): -11052451 or 6117975. OLE color: 6117975.
HSL color Cylindrical-coordinate representation of color #575A5D: hue angle of 210º 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 #575A5D is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 90 | 93 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.64 |
| HSL | 210º | 0.03% | 0.35% | - |
| HSV(B) | 210º | 0.06% | 0.36% | - |
| XYZ | 9.56 | 10.13 | 11.81 | - |
| YUV | 89.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 93 | 0.06 | 0.03 | 0 | 0.64 | 210 | 0.03 | 0.35 |
| Hex | 57 | 5A | 5D | 6 | 3 | 0 | 40 | D2 | 3 | 23 |
| Octal | 127 | 132 | 135 | 6 | 3 | 0 | 100 | 322 | 3 | 43 |
| Binary | 1010111 | 1011010 | 1011101 | 110 | 11 | 0 | 1000000 | 11010010 | 11 | 100011 |
Color Harmonies of #575A5D
Complementary color
Monochromatic Colors of #575A5D
Black with #575A5D
Text Example
Text Example
White with #575A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575A5D; }
p { color: rgb(87,90,93); }
H1.HeaderClassName
{
color: #575A5D;
}
.AnyTagClassName
{
color: #575A5D;
}
</style>
background-color css
<style>
a { background-color: #575A5D; }
a { background-color: rgb(87,90,93); }
div.DivClassName
{
background-color: #575A5D;
}
.BgClassName
{
background-color: #575A5D;
}
</style>
border-color css
<style>
span { border-color: #575A5D; }
span { border-color: rgb(87,90,93); }
td.TdClassName
{
border-color: #575A5D;
}
.TagClassName
{
border-color: #575A5D;
}
</style>