Shades of Jon #55393C
Tints of Jon #55393C
RGB
CMYK
RGB Variations
Color information
#55393C (or 0x55393C) is known color: Jon. HEX triplet: 55, 39 and 3C. RGB value is (85,57,60). Sum of RGB (Red+Green+Blue) = 85+57+60=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55393C is #AAC6C3. Grayscale: #414141. Windows color (decimal): -11192004 or 3946837. OLE color: 3946837.
HSL color Cylindrical-coordinate representation of color #55393C: hue angle of 353.57º 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 #55393C is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 60 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.67 |
| HSL | 353.57º | 0.2% | 0.28% | - |
| HSV(B) | 353.57º | 0.33% | 0.33% | - |
| XYZ | 6.03 | 5.18 | 4.96 | - |
| YUV | 65.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 60 | 0 | 0.33 | 0.29 | 0.67 | 353.57 | 0.2 | 0.28 |
| Hex | 55 | 39 | 3C | 0 | 21 | 1D | 43 | 162 | 14 | 1C |
| Octal | 125 | 71 | 74 | 0 | 41 | 35 | 103 | 542 | 24 | 34 |
| Binary | 1010101 | 111001 | 111100 | 0 | 100001 | 11101 | 1000011 | 101100010 | 10100 | 11100 |
Color Harmonies of #55393C
Complementary color
Monochromatic Colors of #55393C
Black with #55393C
Text Example
Text Example
White with #55393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55393C; }
p { color: rgb(85,57,60); }
H1.HeaderClassName
{
color: #55393C;
}
.AnyTagClassName
{
color: #55393C;
}
</style>
background-color css
<style>
a { background-color: #55393C; }
a { background-color: rgb(85,57,60); }
div.DivClassName
{
background-color: #55393C;
}
.BgClassName
{
background-color: #55393C;
}
</style>
border-color css
<style>
span { border-color: #55393C; }
span { border-color: rgb(85,57,60); }
td.TdClassName
{
border-color: #55393C;
}
.TagClassName
{
border-color: #55393C;
}
</style>