Shades of Dark Slate Grey #1B5254
Tints of Dark Slate Grey #1B5254
RGB
CMYK
RGB Variations
Color information
#1B5254 (or 0x1B5254) is known color: Dark Slate Grey. HEX triplet: 1B, 52 and 54. RGB value is (27,82,84). Sum of RGB (Red+Green+Blue) = 27+82+84=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B5254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5254 is #E4ADAB. Grayscale: #414141. Windows color (decimal): -14986668 or 5526043. OLE color: 5526043.
HSL color Cylindrical-coordinate representation of color #1B5254: hue angle of 182.11º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5254 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 27 | 82 | 84 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.67 |
| HSL | 182.11º | 0.51% | 0.22% | - |
| HSV(B) | 182.11º | 0.68% | 0.33% | - |
| XYZ | 5.07 | 6.91 | 9.45 | - |
| YUV | 65.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 84 | 0.68 | 0.02 | 0 | 0.67 | 182.11 | 0.51 | 0.22 |
| Hex | 1B | 52 | 54 | 44 | 2 | 0 | 43 | B6 | 33 | 16 |
| Octal | 33 | 122 | 124 | 104 | 2 | 0 | 103 | 266 | 63 | 26 |
| Binary | 11011 | 1010010 | 1010100 | 1000100 | 10 | 0 | 1000011 | 10110110 | 110011 | 10110 |
Color Harmonies of #1B5254
Complementary color
Monochromatic Colors of #1B5254
Black with #1B5254
Text Example
Text Example
White with #1B5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5254; }
p { color: rgb(27,82,84); }
H1.HeaderClassName
{
color: #1B5254;
}
.AnyTagClassName
{
color: #1B5254;
}
</style>
background-color css
<style>
a { background-color: #1B5254; }
a { background-color: rgb(27,82,84); }
div.DivClassName
{
background-color: #1B5254;
}
.BgClassName
{
background-color: #1B5254;
}
</style>
border-color css
<style>
span { border-color: #1B5254; }
span { border-color: rgb(27,82,84); }
td.TdClassName
{
border-color: #1B5254;
}
.TagClassName
{
border-color: #1B5254;
}
</style>