Shades of Chambray #45587D
Tints of Chambray #45587D
RGB
CMYK
RGB Variations
Color information
#45587D (or 0x45587D) is known color: Chambray. HEX triplet: 45, 58 and 7D. RGB value is (69,88,125). Sum of RGB (Red+Green+Blue) = 69+88+125=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #45587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45587D is #BAA782. Grayscale: #565656. Windows color (decimal): -12232579 or 8214597. OLE color: 8214597.
HSL color Cylindrical-coordinate representation of color #45587D: hue angle of 219.64º 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 #45587D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 88 | 125 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.51 |
| HSL | 219.64º | 0.29% | 0.38% | - |
| HSV(B) | 219.64º | 0.45% | 0.49% | - |
| XYZ | 9.65 | 9.73 | 20.77 | - |
| YUV | 86.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 125 | 0.45 | 0.30 | 0 | 0.51 | 219.64 | 0.29 | 0.38 |
| Hex | 45 | 58 | 7D | 2D | 1E | 0 | 33 | DC | 1D | 26 |
| Octal | 105 | 130 | 175 | 55 | 36 | 0 | 63 | 334 | 35 | 46 |
| Binary | 1000101 | 1011000 | 1111101 | 101101 | 11110 | 0 | 110011 | 11011100 | 11101 | 100110 |
Color Harmonies of #45587D
Complementary color
Monochromatic Colors of #45587D
Black with #45587D
Text Example
Text Example
White with #45587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45587D; }
p { color: rgb(69,88,125); }
H1.HeaderClassName
{
color: #45587D;
}
.AnyTagClassName
{
color: #45587D;
}
</style>
background-color css
<style>
a { background-color: #45587D; }
a { background-color: rgb(69,88,125); }
div.DivClassName
{
background-color: #45587D;
}
.BgClassName
{
background-color: #45587D;
}
</style>
border-color css
<style>
span { border-color: #45587D; }
span { border-color: rgb(69,88,125); }
td.TdClassName
{
border-color: #45587D;
}
.TagClassName
{
border-color: #45587D;
}
</style>