Shades of Stromboli #455D54
Tints of Stromboli #455D54
RGB
CMYK
RGB Variations
Color information
#455D54 (or 0x455D54) is known color: Stromboli. HEX triplet: 45, 5D and 54. RGB value is (69,93,84). Sum of RGB (Red+Green+Blue) = 69+93+84=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #455D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D54 is #BAA2AB. Grayscale: #545454. Windows color (decimal): -12231340 or 5528901. OLE color: 5528901.
HSL color Cylindrical-coordinate representation of color #455D54: hue angle of 157.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D54 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 84 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.64 |
| HSL | 157.5º | 0.15% | 0.32% | - |
| HSV(B) | 157.5º | 0.26% | 0.36% | - |
| XYZ | 7.97 | 9.73 | 9.85 | - |
| YUV | 84.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 84 | 0.26 | 0 | 0.10 | 0.64 | 157.5 | 0.15 | 0.32 |
| Hex | 45 | 5D | 54 | 1A | 0 | A | 40 | 9E | F | 20 |
| Octal | 105 | 135 | 124 | 32 | 0 | 12 | 100 | 236 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1010100 | 11010 | 0 | 1010 | 1000000 | 10011110 | 1111 | 100000 |
Color Harmonies of #455D54
Complementary color
Monochromatic Colors of #455D54
Black with #455D54
Text Example
Text Example
White with #455D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D54; }
p { color: rgb(69,93,84); }
H1.HeaderClassName
{
color: #455D54;
}
.AnyTagClassName
{
color: #455D54;
}
</style>
background-color css
<style>
a { background-color: #455D54; }
a { background-color: rgb(69,93,84); }
div.DivClassName
{
background-color: #455D54;
}
.BgClassName
{
background-color: #455D54;
}
</style>
border-color css
<style>
span { border-color: #455D54; }
span { border-color: rgb(69,93,84); }
td.TdClassName
{
border-color: #455D54;
}
.TagClassName
{
border-color: #455D54;
}
</style>