Shades of Thunder #535340
Tints of Thunder #535340
RGB
CMYK
RGB Variations
Color information
#535340 (or 0x535340) is known color: Thunder. HEX triplet: 53, 53 and 40. RGB value is (83,83,64). Sum of RGB (Red+Green+Blue) = 83+83+64=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535340 is #ACACBF. Grayscale: #505050. Windows color (decimal): -11316416 or 4215635. OLE color: 4215635.
HSL color Cylindrical-coordinate representation of color #535340: hue angle of 60º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #535340 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 64 | - |
| CMYK | 0 | 0 | 0.23 | 0.67 |
| HSL | 60º | 0.13% | 0.29% | - |
| HSV(B) | 60º | 0.23% | 0.33% | - |
| XYZ | 7.59 | 8.4 | 6.07 | - |
| YUV | 80.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 64 | 0 | 0 | 0.23 | 0.67 | 60 | 0.13 | 0.29 |
| Hex | 53 | 53 | 40 | 0 | 0 | 17 | 43 | 3C | D | 1D |
| Octal | 123 | 123 | 100 | 0 | 0 | 27 | 103 | 74 | 15 | 35 |
| Binary | 1010011 | 1010011 | 1000000 | 0 | 0 | 10111 | 1000011 | 111100 | 1101 | 11101 |
Color Harmonies of #535340
Complementary color
Monochromatic Colors of #535340
Black with #535340
Text Example
Text Example
White with #535340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535340; }
p { color: rgb(83,83,64); }
H1.HeaderClassName
{
color: #535340;
}
.AnyTagClassName
{
color: #535340;
}
</style>
background-color css
<style>
a { background-color: #535340; }
a { background-color: rgb(83,83,64); }
div.DivClassName
{
background-color: #535340;
}
.BgClassName
{
background-color: #535340;
}
</style>
border-color css
<style>
span { border-color: #535340; }
span { border-color: rgb(83,83,64); }
td.TdClassName
{
border-color: #535340;
}
.TagClassName
{
border-color: #535340;
}
</style>