Shades of Stromboli #455D58
Tints of Stromboli #455D58
RGB
CMYK
RGB Variations
Color information
#455D58 (or 0x455D58) is known color: Stromboli. HEX triplet: 45, 5D and 58. RGB value is (69,93,88). Sum of RGB (Red+Green+Blue) = 69+93+88=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #455D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D58 is #BAA2A7. Grayscale: #555555. Windows color (decimal): -12231336 or 5791045. OLE color: 5791045.
HSL color Cylindrical-coordinate representation of color #455D58: hue angle of 167.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 #455D58 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 93 | 88 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.64 |
| HSL | 167.5º | 0.15% | 0.32% | - |
| HSV(B) | 167.5º | 0.26% | 0.36% | - |
| XYZ | 8.13 | 9.8 | 10.7 | - |
| YUV | 85.25 | 129.55 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 88 | 0.26 | 0 | 0.05 | 0.64 | 167.5 | 0.15 | 0.32 |
| Hex | 45 | 5D | 58 | 1A | 0 | 5 | 40 | A8 | F | 20 |
| Octal | 105 | 135 | 130 | 32 | 0 | 5 | 100 | 250 | 17 | 40 |
| Binary | 1000101 | 1011101 | 1011000 | 11010 | 0 | 101 | 1000000 | 10101000 | 1111 | 100000 |
Color Harmonies of #455D58
Complementary color
Monochromatic Colors of #455D58
Black with #455D58
Text Example
Text Example
White with #455D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D58; }
p { color: rgb(69,93,88); }
H1.HeaderClassName
{
color: #455D58;
}
.AnyTagClassName
{
color: #455D58;
}
</style>
background-color css
<style>
a { background-color: #455D58; }
a { background-color: rgb(69,93,88); }
div.DivClassName
{
background-color: #455D58;
}
.BgClassName
{
background-color: #455D58;
}
</style>
border-color css
<style>
span { border-color: #455D58; }
span { border-color: rgb(69,93,88); }
td.TdClassName
{
border-color: #455D58;
}
.TagClassName
{
border-color: #455D58;
}
</style>