Shades of Chambray #555D84
Tints of Chambray #555D84
RGB
CMYK
RGB Variations
Color information
#555D84 (or 0x555D84) is known color: Chambray. HEX triplet: 55, 5D and 84. RGB value is (85,93,132). Sum of RGB (Red+Green+Blue) = 85+93+132=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #555D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D84 is #AAA27B. Grayscale: #5E5E5E. Windows color (decimal): -11182716 or 8674645. OLE color: 8674645.
HSL color Cylindrical-coordinate representation of color #555D84: hue angle of 229.79º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555D84 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 93 | 132 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.48 |
| HSL | 229.79º | 0.22% | 0.43% | - |
| HSV(B) | 229.79º | 0.36% | 0.52% | - |
| XYZ | 11.83 | 11.43 | 23.41 | - |
| YUV | 95.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 132 | 0.36 | 0.30 | 0 | 0.48 | 229.79 | 0.22 | 0.43 |
| Hex | 55 | 5D | 84 | 24 | 1E | 0 | 30 | E6 | 16 | 2B |
| Octal | 125 | 135 | 204 | 44 | 36 | 0 | 60 | 346 | 26 | 53 |
| Binary | 1010101 | 1011101 | 10000100 | 100100 | 11110 | 0 | 110000 | 11100110 | 10110 | 101011 |
Color Harmonies of #555D84
Complementary color
Monochromatic Colors of #555D84
Black with #555D84
Text Example
Text Example
White with #555D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D84; }
p { color: rgb(85,93,132); }
H1.HeaderClassName
{
color: #555D84;
}
.AnyTagClassName
{
color: #555D84;
}
</style>
background-color css
<style>
a { background-color: #555D84; }
a { background-color: rgb(85,93,132); }
div.DivClassName
{
background-color: #555D84;
}
.BgClassName
{
background-color: #555D84;
}
</style>
border-color css
<style>
span { border-color: #555D84; }
span { border-color: rgb(85,93,132); }
td.TdClassName
{
border-color: #555D84;
}
.TagClassName
{
border-color: #555D84;
}
</style>