Shades of Stromboli #45675B
Tints of Stromboli #45675B
RGB
CMYK
RGB Variations
Color information
#45675B (or 0x45675B) is known color: Stromboli. HEX triplet: 45, 67 and 5B. RGB value is (69,103,91). Sum of RGB (Red+Green+Blue) = 69+103+91=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #45675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45675B is #BA98A4. Grayscale: #5B5B5B. Windows color (decimal): -12228773 or 5990213. OLE color: 5990213.
HSL color Cylindrical-coordinate representation of color #45675B: hue angle of 158.82º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45675B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 91 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.60 |
| HSL | 158.82º | 0.2% | 0.34% | - |
| HSV(B) | 158.82º | 0.33% | 0.4% | - |
| XYZ | 9.19 | 11.72 | 11.68 | - |
| YUV | 91.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 91 | 0.33 | 0 | 0.12 | 0.60 | 158.82 | 0.2 | 0.34 |
| Hex | 45 | 67 | 5B | 21 | 0 | C | 3C | 9F | 14 | 22 |
| Octal | 105 | 147 | 133 | 41 | 0 | 14 | 74 | 237 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1011011 | 100001 | 0 | 1100 | 111100 | 10011111 | 10100 | 100010 |
Color Harmonies of #45675B
Complementary color
Monochromatic Colors of #45675B
Black with #45675B
Text Example
Text Example
White with #45675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45675B; }
p { color: rgb(69,103,91); }
H1.HeaderClassName
{
color: #45675B;
}
.AnyTagClassName
{
color: #45675B;
}
</style>
background-color css
<style>
a { background-color: #45675B; }
a { background-color: rgb(69,103,91); }
div.DivClassName
{
background-color: #45675B;
}
.BgClassName
{
background-color: #45675B;
}
</style>
border-color css
<style>
span { border-color: #45675B; }
span { border-color: rgb(69,103,91); }
td.TdClassName
{
border-color: #45675B;
}
.TagClassName
{
border-color: #45675B;
}
</style>