Shades of Dark Slate Grey #1B5256
Tints of Dark Slate Grey #1B5256
RGB
CMYK
RGB Variations
Color information
#1B5256 (or 0x1B5256) is known color: Dark Slate Grey. HEX triplet: 1B, 52 and 56. RGB value is (27,82,86). Sum of RGB (Red+Green+Blue) = 27+82+86=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5256 is #E4ADA9. Grayscale: #414141. Windows color (decimal): -14986666 or 5657115. OLE color: 5657115.
HSL color Cylindrical-coordinate representation of color #1B5256: hue angle of 184.07º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B5256 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 27 | 82 | 86 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.66 |
| HSL | 184.07º | 0.52% | 0.22% | - |
| HSV(B) | 184.07º | 0.69% | 0.34% | - |
| XYZ | 5.15 | 6.94 | 9.87 | - |
| YUV | 66.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 86 | 0.69 | 0.05 | 0 | 0.66 | 184.07 | 0.52 | 0.22 |
| Hex | 1B | 52 | 56 | 45 | 5 | 0 | 42 | B8 | 34 | 16 |
| Octal | 33 | 122 | 126 | 105 | 5 | 0 | 102 | 270 | 64 | 26 |
| Binary | 11011 | 1010010 | 1010110 | 1000101 | 101 | 0 | 1000010 | 10111000 | 110100 | 10110 |
Color Harmonies of #1B5256
Complementary color
Monochromatic Colors of #1B5256
Black with #1B5256
Text Example
Text Example
White with #1B5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5256; }
p { color: rgb(27,82,86); }
H1.HeaderClassName
{
color: #1B5256;
}
.AnyTagClassName
{
color: #1B5256;
}
</style>
background-color css
<style>
a { background-color: #1B5256; }
a { background-color: rgb(27,82,86); }
div.DivClassName
{
background-color: #1B5256;
}
.BgClassName
{
background-color: #1B5256;
}
</style>
border-color css
<style>
span { border-color: #1B5256; }
span { border-color: rgb(27,82,86); }
td.TdClassName
{
border-color: #1B5256;
}
.TagClassName
{
border-color: #1B5256;
}
</style>