Shades of Stromboli #425F55
Tints of Stromboli #425F55
RGB
CMYK
RGB Variations
Color information
#425F55 (or 0x425F55) is known color: Stromboli. HEX triplet: 42, 5F and 55. RGB value is (66,95,85). Sum of RGB (Red+Green+Blue) = 66+95+85=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #425F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F55 is #BDA0AA. Grayscale: #555555. Windows color (decimal): -12427435 or 5594946. OLE color: 5594946.
HSL color Cylindrical-coordinate representation of color #425F55: hue angle of 159.31º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F55 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 85 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.63 |
| HSL | 159.31º | 0.18% | 0.32% | - |
| HSV(B) | 159.31º | 0.31% | 0.37% | - |
| XYZ | 7.98 | 10 | 10.1 | - |
| YUV | 85.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 85 | 0.31 | 0 | 0.11 | 0.63 | 159.31 | 0.18 | 0.32 |
| Hex | 42 | 5F | 55 | 1F | 0 | B | 3F | 9F | 12 | 20 |
| Octal | 102 | 137 | 125 | 37 | 0 | 13 | 77 | 237 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1010101 | 11111 | 0 | 1011 | 111111 | 10011111 | 10010 | 100000 |
Color Harmonies of #425F55
Complementary color
Monochromatic Colors of #425F55
Black with #425F55
Text Example
Text Example
White with #425F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F55; }
p { color: rgb(66,95,85); }
H1.HeaderClassName
{
color: #425F55;
}
.AnyTagClassName
{
color: #425F55;
}
</style>
background-color css
<style>
a { background-color: #425F55; }
a { background-color: rgb(66,95,85); }
div.DivClassName
{
background-color: #425F55;
}
.BgClassName
{
background-color: #425F55;
}
</style>
border-color css
<style>
span { border-color: #425F55; }
span { border-color: rgb(66,95,85); }
td.TdClassName
{
border-color: #425F55;
}
.TagClassName
{
border-color: #425F55;
}
</style>