Shades of Stromboli #456C5C
Tints of Stromboli #456C5C
RGB
CMYK
RGB Variations
Color information
#456C5C (or 0x456C5C) is known color: Stromboli. HEX triplet: 45, 6C and 5C. RGB value is (69,108,92). Sum of RGB (Red+Green+Blue) = 69+108+92=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 108 - color contains mainly: green. Hex color #456C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C5C is #BA93A3. Grayscale: #5E5E5E. Windows color (decimal): -12227492 or 6057029. OLE color: 6057029.
HSL color Cylindrical-coordinate representation of color #456C5C: hue angle of 155.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C5C is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 92 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.58 |
| HSL | 155.38º | 0.22% | 0.35% | - |
| HSV(B) | 155.38º | 0.36% | 0.42% | - |
| XYZ | 9.75 | 12.76 | 12.07 | - |
| YUV | 94.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 92 | 0.36 | 0 | 0.15 | 0.58 | 155.38 | 0.22 | 0.35 |
| Hex | 45 | 6C | 5C | 24 | 0 | F | 3A | 9B | 16 | 23 |
| Octal | 105 | 154 | 134 | 44 | 0 | 17 | 72 | 233 | 26 | 43 |
| Binary | 1000101 | 1101100 | 1011100 | 100100 | 0 | 1111 | 111010 | 10011011 | 10110 | 100011 |
Color Harmonies of #456C5C
Complementary color
Monochromatic Colors of #456C5C
Black with #456C5C
Text Example
Text Example
White with #456C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C5C; }
p { color: rgb(69,108,92); }
H1.HeaderClassName
{
color: #456C5C;
}
.AnyTagClassName
{
color: #456C5C;
}
</style>
background-color css
<style>
a { background-color: #456C5C; }
a { background-color: rgb(69,108,92); }
div.DivClassName
{
background-color: #456C5C;
}
.BgClassName
{
background-color: #456C5C;
}
</style>
border-color css
<style>
span { border-color: #456C5C; }
span { border-color: rgb(69,108,92); }
td.TdClassName
{
border-color: #456C5C;
}
.TagClassName
{
border-color: #456C5C;
}
</style>