Shades of Stromboli #465F59
Tints of Stromboli #465F59
RGB
CMYK
RGB Variations
Color information
#465F59 (or 0x465F59) is known color: Stromboli. HEX triplet: 46, 5F and 59. RGB value is (70,95,89). Sum of RGB (Red+Green+Blue) = 70+95+89=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 95 - color contains mainly: green. Hex color #465F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F59 is #B9A0A6. Grayscale: #565656. Windows color (decimal): -12165287 or 5857094. OLE color: 5857094.
HSL color Cylindrical-coordinate representation of color #465F59: hue angle of 165.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #465F59 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 89 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.63 |
| HSL | 165.6º | 0.15% | 0.32% | - |
| HSV(B) | 165.6º | 0.26% | 0.37% | - |
| XYZ | 8.42 | 10.21 | 10.98 | - |
| YUV | 86.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 89 | 0.26 | 0 | 0.06 | 0.63 | 165.6 | 0.15 | 0.32 |
| Hex | 46 | 5F | 59 | 1A | 0 | 6 | 3F | A6 | F | 20 |
| Octal | 106 | 137 | 131 | 32 | 0 | 6 | 77 | 246 | 17 | 40 |
| Binary | 1000110 | 1011111 | 1011001 | 11010 | 0 | 110 | 111111 | 10100110 | 1111 | 100000 |
Color Harmonies of #465F59
Complementary color
Monochromatic Colors of #465F59
Black with #465F59
Text Example
Text Example
White with #465F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F59; }
p { color: rgb(70,95,89); }
H1.HeaderClassName
{
color: #465F59;
}
.AnyTagClassName
{
color: #465F59;
}
</style>
background-color css
<style>
a { background-color: #465F59; }
a { background-color: rgb(70,95,89); }
div.DivClassName
{
background-color: #465F59;
}
.BgClassName
{
background-color: #465F59;
}
</style>
border-color css
<style>
span { border-color: #465F59; }
span { border-color: rgb(70,95,89); }
td.TdClassName
{
border-color: #465F59;
}
.TagClassName
{
border-color: #465F59;
}
</style>