Shades of Jon #56383B
Tints of Jon #56383B
RGB
CMYK
RGB Variations
Color information
#56383B (or 0x56383B) is known color: Jon. HEX triplet: 56, 38 and 3B. RGB value is (86,56,59). Sum of RGB (Red+Green+Blue) = 86+56+59=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56383B is #A9C7C4. Grayscale: #414141. Windows color (decimal): -11126725 or 3881046. OLE color: 3881046.
HSL color Cylindrical-coordinate representation of color #56383B: hue angle of 354º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56383B is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 59 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.66 |
| HSL | 354º | 0.21% | 0.28% | - |
| HSV(B) | 354º | 0.35% | 0.34% | - |
| XYZ | 6.04 | 5.12 | 4.81 | - |
| YUV | 65.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 59 | 0 | 0.35 | 0.31 | 0.66 | 354 | 0.21 | 0.28 |
| Hex | 56 | 38 | 3B | 0 | 23 | 1F | 42 | 162 | 15 | 1C |
| Octal | 126 | 70 | 73 | 0 | 43 | 37 | 102 | 542 | 25 | 34 |
| Binary | 1010110 | 111000 | 111011 | 0 | 100011 | 11111 | 1000010 | 101100010 | 10101 | 11100 |
Color Harmonies of #56383B
Complementary color
Monochromatic Colors of #56383B
Black with #56383B
Text Example
Text Example
White with #56383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56383B; }
p { color: rgb(86,56,59); }
H1.HeaderClassName
{
color: #56383B;
}
.AnyTagClassName
{
color: #56383B;
}
</style>
background-color css
<style>
a { background-color: #56383B; }
a { background-color: rgb(86,56,59); }
div.DivClassName
{
background-color: #56383B;
}
.BgClassName
{
background-color: #56383B;
}
</style>
border-color css
<style>
span { border-color: #56383B; }
span { border-color: rgb(86,56,59); }
td.TdClassName
{
border-color: #56383B;
}
.TagClassName
{
border-color: #56383B;
}
</style>