Shades of Stromboli #425852
Tints of Stromboli #425852
RGB
CMYK
RGB Variations
Color information
#425852 (or 0x425852) is known color: Stromboli. HEX triplet: 42, 58 and 52. RGB value is (66,88,82). Sum of RGB (Red+Green+Blue) = 66+88+82=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #425852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425852 is #BDA7AD. Grayscale: #505050. Windows color (decimal): -12429230 or 5396546. OLE color: 5396546.
HSL color Cylindrical-coordinate representation of color #425852: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425852 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 82 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.65 |
| HSL | 163.64º | 0.14% | 0.3% | - |
| HSV(B) | 163.64º | 0.25% | 0.35% | - |
| XYZ | 7.26 | 8.75 | 9.29 | - |
| YUV | 80.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 82 | 0.25 | 0 | 0.07 | 0.65 | 163.64 | 0.14 | 0.3 |
| Hex | 42 | 58 | 52 | 19 | 0 | 7 | 41 | A4 | E | 1E |
| Octal | 102 | 130 | 122 | 31 | 0 | 7 | 101 | 244 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1010010 | 11001 | 0 | 111 | 1000001 | 10100100 | 1110 | 11110 |
Color Harmonies of #425852
Complementary color
Monochromatic Colors of #425852
Black with #425852
Text Example
Text Example
White with #425852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425852; }
p { color: rgb(66,88,82); }
H1.HeaderClassName
{
color: #425852;
}
.AnyTagClassName
{
color: #425852;
}
</style>
background-color css
<style>
a { background-color: #425852; }
a { background-color: rgb(66,88,82); }
div.DivClassName
{
background-color: #425852;
}
.BgClassName
{
background-color: #425852;
}
</style>
border-color css
<style>
span { border-color: #425852; }
span { border-color: rgb(66,88,82); }
td.TdClassName
{
border-color: #425852;
}
.TagClassName
{
border-color: #425852;
}
</style>