Shades of Dark Slate #445B5B
Tints of Dark Slate #445B5B
RGB
CMYK
RGB Variations
Color information
#445B5B (or 0x445B5B) is known color: Dark Slate. HEX triplet: 44, 5B and 5B. RGB value is (68,91,91). Sum of RGB (Red+Green+Blue) = 68+91+91=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #445B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B5B is #BBA4A4. Grayscale: #545454. Windows color (decimal): -12297381 or 5987140. OLE color: 5987140.
HSL color Cylindrical-coordinate representation of color #445B5B: hue angle of 180º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #445B5B is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 91 | - |
| CMYK | 0.25 | 0 | 0 | 0.64 |
| HSL | 180º | 0.14% | 0.31% | - |
| HSV(B) | 180º | 0.25% | 0.36% | - |
| XYZ | 8.01 | 9.47 | 11.3 | - |
| YUV | 84.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 91 | 0.25 | 0 | 0 | 0.64 | 180 | 0.14 | 0.31 |
| Hex | 44 | 5B | 5B | 19 | 0 | 0 | 40 | B4 | E | 1F |
| Octal | 104 | 133 | 133 | 31 | 0 | 0 | 100 | 264 | 16 | 37 |
| Binary | 1000100 | 1011011 | 1011011 | 11001 | 0 | 0 | 1000000 | 10110100 | 1110 | 11111 |
Color Harmonies of #445B5B
Complementary color
Monochromatic Colors of #445B5B
Black with #445B5B
Text Example
Text Example
White with #445B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B5B; }
p { color: rgb(68,91,91); }
H1.HeaderClassName
{
color: #445B5B;
}
.AnyTagClassName
{
color: #445B5B;
}
</style>
background-color css
<style>
a { background-color: #445B5B; }
a { background-color: rgb(68,91,91); }
div.DivClassName
{
background-color: #445B5B;
}
.BgClassName
{
background-color: #445B5B;
}
</style>
border-color css
<style>
span { border-color: #445B5B; }
span { border-color: rgb(68,91,91); }
td.TdClassName
{
border-color: #445B5B;
}
.TagClassName
{
border-color: #445B5B;
}
</style>