Shades of Chambray #555F7C
Tints of Chambray #555F7C
RGB
CMYK
RGB Variations
Color information
#555F7C (or 0x555F7C) is known color: Chambray. HEX triplet: 55, 5F and 7C. RGB value is (85,95,124). Sum of RGB (Red+Green+Blue) = 85+95+124=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #555F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F7C is #AAA083. Grayscale: #5F5F5F. Windows color (decimal): -11182212 or 8150869. OLE color: 8150869.
HSL color Cylindrical-coordinate representation of color #555F7C: hue angle of 224.62º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555F7C is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 95 | 124 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.51 |
| HSL | 224.62º | 0.19% | 0.41% | - |
| HSV(B) | 224.62º | 0.31% | 0.49% | - |
| XYZ | 11.48 | 11.57 | 20.7 | - |
| YUV | 95.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 124 | 0.31 | 0.23 | 0 | 0.51 | 224.62 | 0.19 | 0.41 |
| Hex | 55 | 5F | 7C | 1F | 17 | 0 | 33 | E1 | 13 | 29 |
| Octal | 125 | 137 | 174 | 37 | 27 | 0 | 63 | 341 | 23 | 51 |
| Binary | 1010101 | 1011111 | 1111100 | 11111 | 10111 | 0 | 110011 | 11100001 | 10011 | 101001 |
Color Harmonies of #555F7C
Complementary color
Monochromatic Colors of #555F7C
Black with #555F7C
Text Example
Text Example
White with #555F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555F7C; }
p { color: rgb(85,95,124); }
H1.HeaderClassName
{
color: #555F7C;
}
.AnyTagClassName
{
color: #555F7C;
}
</style>
background-color css
<style>
a { background-color: #555F7C; }
a { background-color: rgb(85,95,124); }
div.DivClassName
{
background-color: #555F7C;
}
.BgClassName
{
background-color: #555F7C;
}
</style>
border-color css
<style>
span { border-color: #555F7C; }
span { border-color: rgb(85,95,124); }
td.TdClassName
{
border-color: #555F7C;
}
.TagClassName
{
border-color: #555F7C;
}
</style>