Shades of Stromboli #405C53
Tints of Stromboli #405C53
RGB
CMYK
RGB Variations
Color information
#405C53 (or 0x405C53) is known color: Stromboli. HEX triplet: 40, 5C and 53. RGB value is (64,92,83). Sum of RGB (Red+Green+Blue) = 64+92+83=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 92 - color contains mainly: green. Hex color #405C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C53 is #BFA3AC. Grayscale: #525252. Windows color (decimal): -12559277 or 5463104. OLE color: 5463104.
HSL color Cylindrical-coordinate representation of color #405C53: hue angle of 160.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C53 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 83 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.64 |
| HSL | 160.71º | 0.18% | 0.31% | - |
| HSV(B) | 160.71º | 0.3% | 0.36% | - |
| XYZ | 7.5 | 9.37 | 9.6 | - |
| YUV | 82.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 83 | 0.30 | 0 | 0.10 | 0.64 | 160.71 | 0.18 | 0.31 |
| Hex | 40 | 5C | 53 | 1E | 0 | A | 40 | A1 | 12 | 1F |
| Octal | 100 | 134 | 123 | 36 | 0 | 12 | 100 | 241 | 22 | 37 |
| Binary | 1000000 | 1011100 | 1010011 | 11110 | 0 | 1010 | 1000000 | 10100001 | 10010 | 11111 |
Color Harmonies of #405C53
Complementary color
Monochromatic Colors of #405C53
Black with #405C53
Text Example
Text Example
White with #405C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C53; }
p { color: rgb(64,92,83); }
H1.HeaderClassName
{
color: #405C53;
}
.AnyTagClassName
{
color: #405C53;
}
</style>
background-color css
<style>
a { background-color: #405C53; }
a { background-color: rgb(64,92,83); }
div.DivClassName
{
background-color: #405C53;
}
.BgClassName
{
background-color: #405C53;
}
</style>
border-color css
<style>
span { border-color: #405C53; }
span { border-color: rgb(64,92,83); }
td.TdClassName
{
border-color: #405C53;
}
.TagClassName
{
border-color: #405C53;
}
</style>