Shades of Bright Grey #565C67
Tints of Bright Grey #565C67
RGB
CMYK
RGB Variations
Color information
#565C67 (or 0x565C67) is known color: Bright Grey. HEX triplet: 56, 5C and 67. RGB value is (86,92,103). Sum of RGB (Red+Green+Blue) = 86+92+103=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #565C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C67 is #A9A398. Grayscale: #5B5B5B. Windows color (decimal): -11117465 or 6773846. OLE color: 6773846.
HSL color Cylindrical-coordinate representation of color #565C67: hue angle of 218.82º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #565C67 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 92 | 103 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.60 |
| HSL | 218.82º | 0.09% | 0.37% | - |
| HSV(B) | 218.82º | 0.17% | 0.4% | - |
| XYZ | 10.11 | 10.61 | 14.35 | - |
| YUV | 91.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 103 | 0.17 | 0.11 | 0 | 0.60 | 218.82 | 0.09 | 0.37 |
| Hex | 56 | 5C | 67 | 11 | B | 0 | 3C | DB | 9 | 25 |
| Octal | 126 | 134 | 147 | 21 | 13 | 0 | 74 | 333 | 11 | 45 |
| Binary | 1010110 | 1011100 | 1100111 | 10001 | 1011 | 0 | 111100 | 11011011 | 1001 | 100101 |
Color Harmonies of #565C67
Complementary color
Monochromatic Colors of #565C67
Black with #565C67
Text Example
Text Example
White with #565C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565C67; }
p { color: rgb(86,92,103); }
H1.HeaderClassName
{
color: #565C67;
}
.AnyTagClassName
{
color: #565C67;
}
</style>
background-color css
<style>
a { background-color: #565C67; }
a { background-color: rgb(86,92,103); }
div.DivClassName
{
background-color: #565C67;
}
.BgClassName
{
background-color: #565C67;
}
</style>
border-color css
<style>
span { border-color: #565C67; }
span { border-color: rgb(86,92,103); }
td.TdClassName
{
border-color: #565C67;
}
.TagClassName
{
border-color: #565C67;
}
</style>