Shades of Stromboli #465C55
Tints of Stromboli #465C55
RGB
CMYK
RGB Variations
Color information
#465C55 (or 0x465C55) is known color: Stromboli. HEX triplet: 46, 5C and 55. RGB value is (70,92,85). Sum of RGB (Red+Green+Blue) = 70+92+85=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #465C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C55 is #B9A3AA. Grayscale: #545454. Windows color (decimal): -12166059 or 5594182. OLE color: 5594182.
HSL color Cylindrical-coordinate representation of color #465C55: hue angle of 160.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C55 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 85 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.64 |
| HSL | 160.91º | 0.14% | 0.32% | - |
| HSV(B) | 160.91º | 0.24% | 0.36% | - |
| XYZ | 7.99 | 9.61 | 10.03 | - |
| YUV | 84.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 85 | 0.24 | 0 | 0.08 | 0.64 | 160.91 | 0.14 | 0.32 |
| Hex | 46 | 5C | 55 | 18 | 0 | 8 | 40 | A1 | E | 20 |
| Octal | 106 | 134 | 125 | 30 | 0 | 10 | 100 | 241 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1010101 | 11000 | 0 | 1000 | 1000000 | 10100001 | 1110 | 100000 |
Color Harmonies of #465C55
Complementary color
Monochromatic Colors of #465C55
Black with #465C55
Text Example
Text Example
White with #465C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C55; }
p { color: rgb(70,92,85); }
H1.HeaderClassName
{
color: #465C55;
}
.AnyTagClassName
{
color: #465C55;
}
</style>
background-color css
<style>
a { background-color: #465C55; }
a { background-color: rgb(70,92,85); }
div.DivClassName
{
background-color: #465C55;
}
.BgClassName
{
background-color: #465C55;
}
</style>
border-color css
<style>
span { border-color: #465C55; }
span { border-color: rgb(70,92,85); }
td.TdClassName
{
border-color: #465C55;
}
.TagClassName
{
border-color: #465C55;
}
</style>