Shades of Chambray #555B7B
Tints of Chambray #555B7B
RGB
CMYK
RGB Variations
Color information
#555B7B (or 0x555B7B) is known color: Chambray. HEX triplet: 55, 5B and 7B. RGB value is (85,91,123). Sum of RGB (Red+Green+Blue) = 85+91+123=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #555B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B7B is #AAA484. Grayscale: #5C5C5C. Windows color (decimal): -11183237 or 8084309. OLE color: 8084309.
HSL color Cylindrical-coordinate representation of color #555B7B: hue angle of 230.53º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555B7B is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 91 | 123 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.52 |
| HSL | 230.53º | 0.18% | 0.41% | - |
| HSV(B) | 230.53º | 0.31% | 0.48% | - |
| XYZ | 11.06 | 10.84 | 20.25 | - |
| YUV | 92.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 123 | 0.31 | 0.26 | 0 | 0.52 | 230.53 | 0.18 | 0.41 |
| Hex | 55 | 5B | 7B | 1F | 1A | 0 | 34 | E7 | 12 | 29 |
| Octal | 125 | 133 | 173 | 37 | 32 | 0 | 64 | 347 | 22 | 51 |
| Binary | 1010101 | 1011011 | 1111011 | 11111 | 11010 | 0 | 110100 | 11100111 | 10010 | 101001 |
Color Harmonies of #555B7B
Complementary color
Monochromatic Colors of #555B7B
Black with #555B7B
Text Example
Text Example
White with #555B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B7B; }
p { color: rgb(85,91,123); }
H1.HeaderClassName
{
color: #555B7B;
}
.AnyTagClassName
{
color: #555B7B;
}
</style>
background-color css
<style>
a { background-color: #555B7B; }
a { background-color: rgb(85,91,123); }
div.DivClassName
{
background-color: #555B7B;
}
.BgClassName
{
background-color: #555B7B;
}
</style>
border-color css
<style>
span { border-color: #555B7B; }
span { border-color: rgb(85,91,123); }
td.TdClassName
{
border-color: #555B7B;
}
.TagClassName
{
border-color: #555B7B;
}
</style>