Shades of Chambray #555D7F
Tints of Chambray #555D7F
RGB
CMYK
RGB Variations
Color information
#555D7F (or 0x555D7F) is known color: Chambray. HEX triplet: 55, 5D and 7F. RGB value is (85,93,127). Sum of RGB (Red+Green+Blue) = 85+93+127=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #555D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D7F is #AAA280. Grayscale: #5E5E5E. Windows color (decimal): -11182721 or 8346965. OLE color: 8346965.
HSL color Cylindrical-coordinate representation of color #555D7F: hue angle of 228.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #555D7F is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 93 | 127 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.50 |
| HSL | 228.57º | 0.2% | 0.42% | - |
| HSV(B) | 228.57º | 0.33% | 0.5% | - |
| XYZ | 11.49 | 11.29 | 21.65 | - |
| YUV | 94.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 127 | 0.33 | 0.27 | 0 | 0.50 | 228.57 | 0.2 | 0.42 |
| Hex | 55 | 5D | 7F | 21 | 1B | 0 | 32 | E5 | 14 | 2A |
| Octal | 125 | 135 | 177 | 41 | 33 | 0 | 62 | 345 | 24 | 52 |
| Binary | 1010101 | 1011101 | 1111111 | 100001 | 11011 | 0 | 110010 | 11100101 | 10100 | 101010 |
Color Harmonies of #555D7F
Complementary color
Monochromatic Colors of #555D7F
Black with #555D7F
Text Example
Text Example
White with #555D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D7F; }
p { color: rgb(85,93,127); }
H1.HeaderClassName
{
color: #555D7F;
}
.AnyTagClassName
{
color: #555D7F;
}
</style>
background-color css
<style>
a { background-color: #555D7F; }
a { background-color: rgb(85,93,127); }
div.DivClassName
{
background-color: #555D7F;
}
.BgClassName
{
background-color: #555D7F;
}
</style>
border-color css
<style>
span { border-color: #555D7F; }
span { border-color: rgb(85,93,127); }
td.TdClassName
{
border-color: #555D7F;
}
.TagClassName
{
border-color: #555D7F;
}
</style>