Shades of Chambray #45587E
Tints of Chambray #45587E
RGB
CMYK
RGB Variations
Color information
#45587E (or 0x45587E) is known color: Chambray. HEX triplet: 45, 58 and 7E. RGB value is (69,88,126). Sum of RGB (Red+Green+Blue) = 69+88+126=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #45587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45587E is #BAA781. Grayscale: #565656. Windows color (decimal): -12232578 or 8280133. OLE color: 8280133.
HSL color Cylindrical-coordinate representation of color #45587E: hue angle of 220º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45587E is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 88 | 126 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.51 |
| HSL | 220º | 0.29% | 0.38% | - |
| HSV(B) | 220º | 0.45% | 0.49% | - |
| XYZ | 9.71 | 9.75 | 21.11 | - |
| YUV | 86.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 126 | 0.45 | 0.30 | 0 | 0.51 | 220 | 0.29 | 0.38 |
| Hex | 45 | 58 | 7E | 2D | 1E | 0 | 33 | DC | 1D | 26 |
| Octal | 105 | 130 | 176 | 55 | 36 | 0 | 63 | 334 | 35 | 46 |
| Binary | 1000101 | 1011000 | 1111110 | 101101 | 11110 | 0 | 110011 | 11011100 | 11101 | 100110 |
Color Harmonies of #45587E
Complementary color
Monochromatic Colors of #45587E
Black with #45587E
Text Example
Text Example
White with #45587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45587E; }
p { color: rgb(69,88,126); }
H1.HeaderClassName
{
color: #45587E;
}
.AnyTagClassName
{
color: #45587E;
}
</style>
background-color css
<style>
a { background-color: #45587E; }
a { background-color: rgb(69,88,126); }
div.DivClassName
{
background-color: #45587E;
}
.BgClassName
{
background-color: #45587E;
}
</style>
border-color css
<style>
span { border-color: #45587E; }
span { border-color: rgb(69,88,126); }
td.TdClassName
{
border-color: #45587E;
}
.TagClassName
{
border-color: #45587E;
}
</style>