Shades of Stromboli #435A52
Tints of Stromboli #435A52
RGB
CMYK
RGB Variations
Color information
#435A52 (or 0x435A52) is known color: Stromboli. HEX triplet: 43, 5A and 52. RGB value is (67,90,82). Sum of RGB (Red+Green+Blue) = 67+90+82=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #435A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435A52 is #BCA5AD. Grayscale: #525252. Windows color (decimal): -12363182 or 5397059. OLE color: 5397059.
HSL color Cylindrical-coordinate representation of color #435A52: hue angle of 159.13º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A52 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 82 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.65 |
| HSL | 159.13º | 0.15% | 0.31% | - |
| HSV(B) | 159.13º | 0.26% | 0.35% | - |
| XYZ | 7.49 | 9.11 | 9.35 | - |
| YUV | 82.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 82 | 0.26 | 0 | 0.09 | 0.65 | 159.13 | 0.15 | 0.31 |
| Hex | 43 | 5A | 52 | 1A | 0 | 9 | 41 | 9F | F | 1F |
| Octal | 103 | 132 | 122 | 32 | 0 | 11 | 101 | 237 | 17 | 37 |
| Binary | 1000011 | 1011010 | 1010010 | 11010 | 0 | 1001 | 1000001 | 10011111 | 1111 | 11111 |
Color Harmonies of #435A52
Complementary color
Monochromatic Colors of #435A52
Black with #435A52
Text Example
Text Example
White with #435A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A52; }
p { color: rgb(67,90,82); }
H1.HeaderClassName
{
color: #435A52;
}
.AnyTagClassName
{
color: #435A52;
}
</style>
background-color css
<style>
a { background-color: #435A52; }
a { background-color: rgb(67,90,82); }
div.DivClassName
{
background-color: #435A52;
}
.BgClassName
{
background-color: #435A52;
}
</style>
border-color css
<style>
span { border-color: #435A52; }
span { border-color: rgb(67,90,82); }
td.TdClassName
{
border-color: #435A52;
}
.TagClassName
{
border-color: #435A52;
}
</style>