Shades of Paco #55423A
Tints of Paco #55423A
RGB
CMYK
RGB Variations
Color information
#55423A (or 0x55423A) is known color: Paco. HEX triplet: 55, 42 and 3A. RGB value is (85,66,58). Sum of RGB (Red+Green+Blue) = 85+66+58=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423A is #AABDC5. Grayscale: #464646. Windows color (decimal): -11189702 or 3818069. OLE color: 3818069.
HSL color Cylindrical-coordinate representation of color #55423A: hue angle of 17.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55423A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 66 | 58 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.67 |
| HSL | 17.78º | 0.19% | 0.28% | - |
| HSV(B) | 17.78º | 0.32% | 0.33% | - |
| XYZ | 6.46 | 6.13 | 4.85 | - |
| YUV | 70.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 58 | 0 | 0.22 | 0.32 | 0.67 | 17.78 | 0.19 | 0.28 |
| Hex | 55 | 42 | 3A | 0 | 16 | 20 | 43 | 12 | 13 | 1C |
| Octal | 125 | 102 | 72 | 0 | 26 | 40 | 103 | 22 | 23 | 34 |
| Binary | 1010101 | 1000010 | 111010 | 0 | 10110 | 100000 | 1000011 | 10010 | 10011 | 11100 |
Color Harmonies of #55423A
Complementary color
Monochromatic Colors of #55423A
Black with #55423A
Text Example
Text Example
White with #55423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55423A; }
p { color: rgb(85,66,58); }
H1.HeaderClassName
{
color: #55423A;
}
.AnyTagClassName
{
color: #55423A;
}
</style>
background-color css
<style>
a { background-color: #55423A; }
a { background-color: rgb(85,66,58); }
div.DivClassName
{
background-color: #55423A;
}
.BgClassName
{
background-color: #55423A;
}
</style>
border-color css
<style>
span { border-color: #55423A; }
span { border-color: rgb(85,66,58); }
td.TdClassName
{
border-color: #55423A;
}
.TagClassName
{
border-color: #55423A;
}
</style>