Shades of Stromboli #456358
Tints of Stromboli #456358
RGB
CMYK
RGB Variations
Color information
#456358 (or 0x456358) is known color: Stromboli. HEX triplet: 45, 63 and 58. RGB value is (69,99,88). Sum of RGB (Red+Green+Blue) = 69+99+88=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #456358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456358 is #BA9CA7. Grayscale: #585858. Windows color (decimal): -12229800 or 5792581. OLE color: 5792581.
HSL color Cylindrical-coordinate representation of color #456358: hue angle of 158º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #456358 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 88 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.61 |
| HSL | 158º | 0.18% | 0.33% | - |
| HSV(B) | 158º | 0.3% | 0.39% | - |
| XYZ | 8.68 | 10.89 | 10.88 | - |
| YUV | 88.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 88 | 0.30 | 0 | 0.11 | 0.61 | 158 | 0.18 | 0.33 |
| Hex | 45 | 63 | 58 | 1E | 0 | B | 3D | 9E | 12 | 21 |
| Octal | 105 | 143 | 130 | 36 | 0 | 13 | 75 | 236 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1011000 | 11110 | 0 | 1011 | 111101 | 10011110 | 10010 | 100001 |
Color Harmonies of #456358
Complementary color
Monochromatic Colors of #456358
Black with #456358
Text Example
Text Example
White with #456358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456358; }
p { color: rgb(69,99,88); }
H1.HeaderClassName
{
color: #456358;
}
.AnyTagClassName
{
color: #456358;
}
</style>
background-color css
<style>
a { background-color: #456358; }
a { background-color: rgb(69,99,88); }
div.DivClassName
{
background-color: #456358;
}
.BgClassName
{
background-color: #456358;
}
</style>
border-color css
<style>
span { border-color: #456358; }
span { border-color: rgb(69,99,88); }
td.TdClassName
{
border-color: #456358;
}
.TagClassName
{
border-color: #456358;
}
</style>