Shades of Jon #55383A
Tints of Jon #55383A
RGB
CMYK
RGB Variations
Color information
#55383A (or 0x55383A) is known color: Jon. HEX triplet: 55, 38 and 3A. RGB value is (85,56,58). Sum of RGB (Red+Green+Blue) = 85+56+58=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55383A is #AAC7C5. Grayscale: #404040. Windows color (decimal): -11192262 or 3815509. OLE color: 3815509.
HSL color Cylindrical-coordinate representation of color #55383A: hue angle of 355.86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55383A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 58 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.67 |
| HSL | 355.86º | 0.21% | 0.28% | - |
| HSV(B) | 355.86º | 0.34% | 0.33% | - |
| XYZ | 5.92 | 5.07 | 4.67 | - |
| YUV | 64.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 58 | 0 | 0.34 | 0.32 | 0.67 | 355.86 | 0.21 | 0.28 |
| Hex | 55 | 38 | 3A | 0 | 22 | 20 | 43 | 164 | 15 | 1C |
| Octal | 125 | 70 | 72 | 0 | 42 | 40 | 103 | 544 | 25 | 34 |
| Binary | 1010101 | 111000 | 111010 | 0 | 100010 | 100000 | 1000011 | 101100100 | 10101 | 11100 |
Color Harmonies of #55383A
Complementary color
Monochromatic Colors of #55383A
Black with #55383A
Text Example
Text Example
White with #55383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55383A; }
p { color: rgb(85,56,58); }
H1.HeaderClassName
{
color: #55383A;
}
.AnyTagClassName
{
color: #55383A;
}
</style>
background-color css
<style>
a { background-color: #55383A; }
a { background-color: rgb(85,56,58); }
div.DivClassName
{
background-color: #55383A;
}
.BgClassName
{
background-color: #55383A;
}
</style>
border-color css
<style>
span { border-color: #55383A; }
span { border-color: rgb(85,56,58); }
td.TdClassName
{
border-color: #55383A;
}
.TagClassName
{
border-color: #55383A;
}
</style>