Shades of Stromboli #425B55
Tints of Stromboli #425B55
RGB
CMYK
RGB Variations
Color information
#425B55 (or 0x425B55) is known color: Stromboli. HEX triplet: 42, 5B and 55. RGB value is (66,91,85). Sum of RGB (Red+Green+Blue) = 66+91+85=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #425B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B55 is #BDA4AA. Grayscale: #525252. Windows color (decimal): -12428459 or 5593922. OLE color: 5593922.
HSL color Cylindrical-coordinate representation of color #425B55: hue angle of 165.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425B55 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 91 | 85 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.64 |
| HSL | 165.6º | 0.16% | 0.31% | - |
| HSV(B) | 165.6º | 0.27% | 0.36% | - |
| XYZ | 7.63 | 9.3 | 9.99 | - |
| YUV | 82.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 85 | 0.27 | 0 | 0.07 | 0.64 | 165.6 | 0.16 | 0.31 |
| Hex | 42 | 5B | 55 | 1B | 0 | 7 | 40 | A6 | 10 | 1F |
| Octal | 102 | 133 | 125 | 33 | 0 | 7 | 100 | 246 | 20 | 37 |
| Binary | 1000010 | 1011011 | 1010101 | 11011 | 0 | 111 | 1000000 | 10100110 | 10000 | 11111 |
Color Harmonies of #425B55
Complementary color
Monochromatic Colors of #425B55
Black with #425B55
Text Example
Text Example
White with #425B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425B55; }
p { color: rgb(66,91,85); }
H1.HeaderClassName
{
color: #425B55;
}
.AnyTagClassName
{
color: #425B55;
}
</style>
background-color css
<style>
a { background-color: #425B55; }
a { background-color: rgb(66,91,85); }
div.DivClassName
{
background-color: #425B55;
}
.BgClassName
{
background-color: #425B55;
}
</style>
border-color css
<style>
span { border-color: #425B55; }
span { border-color: rgb(66,91,85); }
td.TdClassName
{
border-color: #425B55;
}
.TagClassName
{
border-color: #425B55;
}
</style>