Shades of Chambray #545B7F
Tints of Chambray #545B7F
RGB
CMYK
RGB Variations
Color information
#545B7F (or 0x545B7F) is known color: Chambray. HEX triplet: 54, 5B and 7F. RGB value is (84,91,127). Sum of RGB (Red+Green+Blue) = 84+91+127=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #545B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B7F is #ABA480. Grayscale: #5C5C5C. Windows color (decimal): -11248769 or 8346452. OLE color: 8346452.
HSL color Cylindrical-coordinate representation of color #545B7F: hue angle of 230.23º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #545B7F is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 91 | 127 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.50 |
| HSL | 230.23º | 0.2% | 0.41% | - |
| HSV(B) | 230.23º | 0.34% | 0.5% | - |
| XYZ | 11.23 | 10.9 | 21.59 | - |
| YUV | 93.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 127 | 0.34 | 0.28 | 0 | 0.50 | 230.23 | 0.2 | 0.41 |
| Hex | 54 | 5B | 7F | 22 | 1C | 0 | 32 | E6 | 14 | 29 |
| Octal | 124 | 133 | 177 | 42 | 34 | 0 | 62 | 346 | 24 | 51 |
| Binary | 1010100 | 1011011 | 1111111 | 100010 | 11100 | 0 | 110010 | 11100110 | 10100 | 101001 |
Color Harmonies of #545B7F
Complementary color
Monochromatic Colors of #545B7F
Black with #545B7F
Text Example
Text Example
White with #545B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545B7F; }
p { color: rgb(84,91,127); }
H1.HeaderClassName
{
color: #545B7F;
}
.AnyTagClassName
{
color: #545B7F;
}
</style>
background-color css
<style>
a { background-color: #545B7F; }
a { background-color: rgb(84,91,127); }
div.DivClassName
{
background-color: #545B7F;
}
.BgClassName
{
background-color: #545B7F;
}
</style>
border-color css
<style>
span { border-color: #545B7F; }
span { border-color: rgb(84,91,127); }
td.TdClassName
{
border-color: #545B7F;
}
.TagClassName
{
border-color: #545B7F;
}
</style>