Shades of Stromboli #405D55
Tints of Stromboli #405D55
RGB
CMYK
RGB Variations
Color information
#405D55 (or 0x405D55) is known color: Stromboli. HEX triplet: 40, 5D and 55. RGB value is (64,93,85). Sum of RGB (Red+Green+Blue) = 64+93+85=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 93 - color contains mainly: green. Hex color #405D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D55 is #BFA2AA. Grayscale: #535353. Windows color (decimal): -12559019 or 5594432. OLE color: 5594432.
HSL color Cylindrical-coordinate representation of color #405D55: hue angle of 163.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D55 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 93 | 85 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.64 |
| HSL | 163.45º | 0.18% | 0.31% | - |
| HSV(B) | 163.45º | 0.31% | 0.36% | - |
| XYZ | 7.67 | 9.57 | 10.04 | - |
| YUV | 83.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 85 | 0.31 | 0 | 0.09 | 0.64 | 163.45 | 0.18 | 0.31 |
| Hex | 40 | 5D | 55 | 1F | 0 | 9 | 40 | A3 | 12 | 1F |
| Octal | 100 | 135 | 125 | 37 | 0 | 11 | 100 | 243 | 22 | 37 |
| Binary | 1000000 | 1011101 | 1010101 | 11111 | 0 | 1001 | 1000000 | 10100011 | 10010 | 11111 |
Color Harmonies of #405D55
Complementary color
Monochromatic Colors of #405D55
Black with #405D55
Text Example
Text Example
White with #405D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D55; }
p { color: rgb(64,93,85); }
H1.HeaderClassName
{
color: #405D55;
}
.AnyTagClassName
{
color: #405D55;
}
</style>
background-color css
<style>
a { background-color: #405D55; }
a { background-color: rgb(64,93,85); }
div.DivClassName
{
background-color: #405D55;
}
.BgClassName
{
background-color: #405D55;
}
</style>
border-color css
<style>
span { border-color: #405D55; }
span { border-color: rgb(64,93,85); }
td.TdClassName
{
border-color: #405D55;
}
.TagClassName
{
border-color: #405D55;
}
</style>