Shades of Bright Grey #5A5F67
Tints of Bright Grey #5A5F67
RGB
CMYK
RGB Variations
Color information
#5A5F67 (or 0x5A5F67) is known color: Bright Grey. HEX triplet: 5A, 5F and 67. RGB value is (90,95,103). Sum of RGB (Red+Green+Blue) = 90+95+103=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 103 - color contains mainly: blue. Hex color #5A5F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5F67 is #A5A098. Grayscale: #5E5E5E. Windows color (decimal): -10854553 or 6774618. OLE color: 6774618.
HSL color Cylindrical-coordinate representation of color #5A5F67: hue angle of 216.92º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A5F67 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 95 | 103 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.60 |
| HSL | 216.92º | 0.07% | 0.38% | - |
| HSV(B) | 216.92º | 0.13% | 0.4% | - |
| XYZ | 10.76 | 11.34 | 14.45 | - |
| YUV | 94.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 103 | 0.13 | 0.08 | 0 | 0.60 | 216.92 | 0.07 | 0.38 |
| Hex | 5A | 5F | 67 | D | 8 | 0 | 3C | D9 | 7 | 26 |
| Octal | 132 | 137 | 147 | 15 | 10 | 0 | 74 | 331 | 7 | 46 |
| Binary | 1011010 | 1011111 | 1100111 | 1101 | 1000 | 0 | 111100 | 11011001 | 111 | 100110 |
Color Harmonies of #5A5F67
Complementary color
Monochromatic Colors of #5A5F67
Black with #5A5F67
Text Example
Text Example
White with #5A5F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F67; }
p { color: rgb(90,95,103); }
H1.HeaderClassName
{
color: #5A5F67;
}
.AnyTagClassName
{
color: #5A5F67;
}
</style>
background-color css
<style>
a { background-color: #5A5F67; }
a { background-color: rgb(90,95,103); }
div.DivClassName
{
background-color: #5A5F67;
}
.BgClassName
{
background-color: #5A5F67;
}
</style>
border-color css
<style>
span { border-color: #5A5F67; }
span { border-color: rgb(90,95,103); }
td.TdClassName
{
border-color: #5A5F67;
}
.TagClassName
{
border-color: #5A5F67;
}
</style>