Shades of Chambray #555D78
Tints of Chambray #555D78
RGB
CMYK
RGB Variations
Color information
#555D78 (or 0x555D78) is known color: Chambray. HEX triplet: 55, 5D and 78. RGB value is (85,93,120). Sum of RGB (Red+Green+Blue) = 85+93+120=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 120 - color contains mainly: blue. Hex color #555D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D78 is #AAA287. Grayscale: #5D5D5D. Windows color (decimal): -11182728 or 7888213. OLE color: 7888213.
HSL color Cylindrical-coordinate representation of color #555D78: hue angle of 226.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #555D78 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 93 | 120 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.53 |
| HSL | 226.29º | 0.17% | 0.4% | - |
| HSV(B) | 226.29º | 0.29% | 0.47% | - |
| XYZ | 11.05 | 11.12 | 19.33 | - |
| YUV | 93.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 120 | 0.29 | 0.22 | 0 | 0.53 | 226.29 | 0.17 | 0.4 |
| Hex | 55 | 5D | 78 | 1D | 16 | 0 | 35 | E2 | 11 | 28 |
| Octal | 125 | 135 | 170 | 35 | 26 | 0 | 65 | 342 | 21 | 50 |
| Binary | 1010101 | 1011101 | 1111000 | 11101 | 10110 | 0 | 110101 | 11100010 | 10001 | 101000 |
Color Harmonies of #555D78
Complementary color
Monochromatic Colors of #555D78
Black with #555D78
Text Example
Text Example
White with #555D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D78; }
p { color: rgb(85,93,120); }
H1.HeaderClassName
{
color: #555D78;
}
.AnyTagClassName
{
color: #555D78;
}
</style>
background-color css
<style>
a { background-color: #555D78; }
a { background-color: rgb(85,93,120); }
div.DivClassName
{
background-color: #555D78;
}
.BgClassName
{
background-color: #555D78;
}
</style>
border-color css
<style>
span { border-color: #555D78; }
span { border-color: rgb(85,93,120); }
td.TdClassName
{
border-color: #555D78;
}
.TagClassName
{
border-color: #555D78;
}
</style>