Shades of Chambray #555E84
Tints of Chambray #555E84
RGB
CMYK
RGB Variations
Color information
#555E84 (or 0x555E84) is known color: Chambray. HEX triplet: 55, 5E and 84. RGB value is (85,94,132). Sum of RGB (Red+Green+Blue) = 85+94+132=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #555E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E84 is #AAA17B. Grayscale: #5F5F5F. Windows color (decimal): -11182460 or 8674901. OLE color: 8674901.
HSL color Cylindrical-coordinate representation of color #555E84: hue angle of 228.51º 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 #555E84 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 94 | 132 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.48 |
| HSL | 228.51º | 0.22% | 0.43% | - |
| HSV(B) | 228.51º | 0.36% | 0.52% | - |
| XYZ | 11.91 | 11.6 | 23.44 | - |
| YUV | 95.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 132 | 0.36 | 0.29 | 0 | 0.48 | 228.51 | 0.22 | 0.43 |
| Hex | 55 | 5E | 84 | 24 | 1D | 0 | 30 | E5 | 16 | 2B |
| Octal | 125 | 136 | 204 | 44 | 35 | 0 | 60 | 345 | 26 | 53 |
| Binary | 1010101 | 1011110 | 10000100 | 100100 | 11101 | 0 | 110000 | 11100101 | 10110 | 101011 |
Color Harmonies of #555E84
Complementary color
Monochromatic Colors of #555E84
Black with #555E84
Text Example
Text Example
White with #555E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E84; }
p { color: rgb(85,94,132); }
H1.HeaderClassName
{
color: #555E84;
}
.AnyTagClassName
{
color: #555E84;
}
</style>
background-color css
<style>
a { background-color: #555E84; }
a { background-color: rgb(85,94,132); }
div.DivClassName
{
background-color: #555E84;
}
.BgClassName
{
background-color: #555E84;
}
</style>
border-color css
<style>
span { border-color: #555E84; }
span { border-color: rgb(85,94,132); }
td.TdClassName
{
border-color: #555E84;
}
.TagClassName
{
border-color: #555E84;
}
</style>