Shades of Jon #55393A
Tints of Jon #55393A
RGB
CMYK
RGB Variations
Color information
#55393A (or 0x55393A) is known color: Jon. HEX triplet: 55, 39 and 3A. RGB value is (85,57,58). Sum of RGB (Red+Green+Blue) = 85+57+58=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #55393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393A is #AAC6C5. Grayscale: #414141. Windows color (decimal): -11192006 or 3815765. OLE color: 3815765.
HSL color Cylindrical-coordinate representation of color #55393A: hue angle of 357.86º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55393A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 58 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.67 |
| HSL | 357.86º | 0.2% | 0.28% | - |
| HSV(B) | 357.86º | 0.33% | 0.33% | - |
| XYZ | 5.97 | 5.16 | 4.68 | - |
| YUV | 65.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 58 | 0 | 0.33 | 0.32 | 0.67 | 357.86 | 0.2 | 0.28 |
| Hex | 55 | 39 | 3A | 0 | 21 | 20 | 43 | 166 | 14 | 1C |
| Octal | 125 | 71 | 72 | 0 | 41 | 40 | 103 | 546 | 24 | 34 |
| Binary | 1010101 | 111001 | 111010 | 0 | 100001 | 100000 | 1000011 | 101100110 | 10100 | 11100 |
Color Harmonies of #55393A
Complementary color
Monochromatic Colors of #55393A
Black with #55393A
Text Example
Text Example
White with #55393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55393A; }
p { color: rgb(85,57,58); }
H1.HeaderClassName
{
color: #55393A;
}
.AnyTagClassName
{
color: #55393A;
}
</style>
background-color css
<style>
a { background-color: #55393A; }
a { background-color: rgb(85,57,58); }
div.DivClassName
{
background-color: #55393A;
}
.BgClassName
{
background-color: #55393A;
}
</style>
border-color css
<style>
span { border-color: #55393A; }
span { border-color: rgb(85,57,58); }
td.TdClassName
{
border-color: #55393A;
}
.TagClassName
{
border-color: #55393A;
}
</style>