Shades of Chambray #45576D
Tints of Chambray #45576D
RGB
CMYK
RGB Variations
Color information
#45576D (or 0x45576D) is known color: Chambray. HEX triplet: 45, 57 and 6D. RGB value is (69,87,109). Sum of RGB (Red+Green+Blue) = 69+87+109=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #45576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45576D is #BAA892. Grayscale: #545454. Windows color (decimal): -12232851 or 7165765. OLE color: 7165765.
HSL color Cylindrical-coordinate representation of color #45576D: hue angle of 213º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45576D is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 87 | 109 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.57 |
| HSL | 213º | 0.22% | 0.35% | - |
| HSV(B) | 213º | 0.37% | 0.43% | - |
| XYZ | 8.62 | 9.19 | 15.79 | - |
| YUV | 84.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 109 | 0.37 | 0.20 | 0 | 0.57 | 213 | 0.22 | 0.35 |
| Hex | 45 | 57 | 6D | 25 | 14 | 0 | 39 | D5 | 16 | 23 |
| Octal | 105 | 127 | 155 | 45 | 24 | 0 | 71 | 325 | 26 | 43 |
| Binary | 1000101 | 1010111 | 1101101 | 100101 | 10100 | 0 | 111001 | 11010101 | 10110 | 100011 |
Color Harmonies of #45576D
Complementary color
Monochromatic Colors of #45576D
Black with #45576D
Text Example
Text Example
White with #45576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45576D; }
p { color: rgb(69,87,109); }
H1.HeaderClassName
{
color: #45576D;
}
.AnyTagClassName
{
color: #45576D;
}
</style>
background-color css
<style>
a { background-color: #45576D; }
a { background-color: rgb(69,87,109); }
div.DivClassName
{
background-color: #45576D;
}
.BgClassName
{
background-color: #45576D;
}
</style>
border-color css
<style>
span { border-color: #45576D; }
span { border-color: rgb(69,87,109); }
td.TdClassName
{
border-color: #45576D;
}
.TagClassName
{
border-color: #45576D;
}
</style>