Shades of Spectra #336B53
Tints of Spectra #336B53
RGB
CMYK
RGB Variations
Color information
#336B53 (or 0x336B53) is known color: Spectra. HEX triplet: 33, 6B and 53. RGB value is (51,107,83). Sum of RGB (Red+Green+Blue) = 51+107+83=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #336B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336B53 is #CC94AC. Grayscale: #575757. Windows color (decimal): -13407405 or 5466931. OLE color: 5466931.
HSL color Cylindrical-coordinate representation of color #336B53: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336B53 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 51 | 107 | 83 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.58 |
| HSL | 154.29º | 0.35% | 0.31% | - |
| HSV(B) | 154.29º | 0.52% | 0.42% | - |
| XYZ | 8.18 | 11.84 | 10.04 | - |
| YUV | 87.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 107 | 83 | 0.52 | 0 | 0.22 | 0.58 | 154.29 | 0.35 | 0.31 |
| Hex | 33 | 6B | 53 | 34 | 0 | 16 | 3A | 9A | 23 | 1F |
| Octal | 63 | 153 | 123 | 64 | 0 | 26 | 72 | 232 | 43 | 37 |
| Binary | 110011 | 1101011 | 1010011 | 110100 | 0 | 10110 | 111010 | 10011010 | 100011 | 11111 |
Color Harmonies of #336B53
Complementary color
Monochromatic Colors of #336B53
Black with #336B53
Text Example
Text Example
White with #336B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336B53; }
p { color: rgb(51,107,83); }
H1.HeaderClassName
{
color: #336B53;
}
.AnyTagClassName
{
color: #336B53;
}
</style>
background-color css
<style>
a { background-color: #336B53; }
a { background-color: rgb(51,107,83); }
div.DivClassName
{
background-color: #336B53;
}
.BgClassName
{
background-color: #336B53;
}
</style>
border-color css
<style>
span { border-color: #336B53; }
span { border-color: rgb(51,107,83); }
td.TdClassName
{
border-color: #336B53;
}
.TagClassName
{
border-color: #336B53;
}
</style>