Shades of Stromboli #425D57
Tints of Stromboli #425D57
RGB
CMYK
RGB Variations
Color information
#425D57 (or 0x425D57) is known color: Stromboli. HEX triplet: 42, 5D and 57. RGB value is (66,93,87). Sum of RGB (Red+Green+Blue) = 66+93+87=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #425D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D57 is #BDA2A8. Grayscale: #545454. Windows color (decimal): -12427945 or 5725506. OLE color: 5725506.
HSL color Cylindrical-coordinate representation of color #425D57: hue angle of 166.67º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D57 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 87 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.64 |
| HSL | 166.67º | 0.17% | 0.31% | - |
| HSV(B) | 166.67º | 0.29% | 0.36% | - |
| XYZ | 7.88 | 9.68 | 10.47 | - |
| YUV | 84.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 87 | 0.29 | 0 | 0.06 | 0.64 | 166.67 | 0.17 | 0.31 |
| Hex | 42 | 5D | 57 | 1D | 0 | 6 | 40 | A7 | 11 | 1F |
| Octal | 102 | 135 | 127 | 35 | 0 | 6 | 100 | 247 | 21 | 37 |
| Binary | 1000010 | 1011101 | 1010111 | 11101 | 0 | 110 | 1000000 | 10100111 | 10001 | 11111 |
Color Harmonies of #425D57
Complementary color
Monochromatic Colors of #425D57
Black with #425D57
Text Example
Text Example
White with #425D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D57; }
p { color: rgb(66,93,87); }
H1.HeaderClassName
{
color: #425D57;
}
.AnyTagClassName
{
color: #425D57;
}
</style>
background-color css
<style>
a { background-color: #425D57; }
a { background-color: rgb(66,93,87); }
div.DivClassName
{
background-color: #425D57;
}
.BgClassName
{
background-color: #425D57;
}
</style>
border-color css
<style>
span { border-color: #425D57; }
span { border-color: rgb(66,93,87); }
td.TdClassName
{
border-color: #425D57;
}
.TagClassName
{
border-color: #425D57;
}
</style>