Shades of Chambray #555C78
Tints of Chambray #555C78
RGB
CMYK
RGB Variations
Color information
#555C78 (or 0x555C78) is known color: Chambray. HEX triplet: 55, 5C and 78. RGB value is (85,92,120). Sum of RGB (Red+Green+Blue) = 85+92+120=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #555C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C78 is #AAA387. Grayscale: #5C5C5C. Windows color (decimal): -11182984 or 7887957. OLE color: 7887957.
HSL color Cylindrical-coordinate representation of color #555C78: hue angle of 228º 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 #555C78 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 92 | 120 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.53 |
| HSL | 228º | 0.17% | 0.4% | - |
| HSV(B) | 228º | 0.29% | 0.47% | - |
| XYZ | 10.96 | 10.94 | 19.3 | - |
| YUV | 93.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 120 | 0.29 | 0.23 | 0 | 0.53 | 228 | 0.17 | 0.4 |
| Hex | 55 | 5C | 78 | 1D | 17 | 0 | 35 | E4 | 11 | 28 |
| Octal | 125 | 134 | 170 | 35 | 27 | 0 | 65 | 344 | 21 | 50 |
| Binary | 1010101 | 1011100 | 1111000 | 11101 | 10111 | 0 | 110101 | 11100100 | 10001 | 101000 |
Color Harmonies of #555C78
Complementary color
Monochromatic Colors of #555C78
Black with #555C78
Text Example
Text Example
White with #555C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C78; }
p { color: rgb(85,92,120); }
H1.HeaderClassName
{
color: #555C78;
}
.AnyTagClassName
{
color: #555C78;
}
</style>
background-color css
<style>
a { background-color: #555C78; }
a { background-color: rgb(85,92,120); }
div.DivClassName
{
background-color: #555C78;
}
.BgClassName
{
background-color: #555C78;
}
</style>
border-color css
<style>
span { border-color: #555C78; }
span { border-color: rgb(85,92,120); }
td.TdClassName
{
border-color: #555C78;
}
.TagClassName
{
border-color: #555C78;
}
</style>