Shades of Chambray #45577D
Tints of Chambray #45577D
RGB
CMYK
RGB Variations
Color information
#45577D (or 0x45577D) is known color: Chambray. HEX triplet: 45, 57 and 7D. RGB value is (69,87,125). Sum of RGB (Red+Green+Blue) = 69+87+125=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #45577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45577D is #BAA882. Grayscale: #555555. Windows color (decimal): -12232835 or 8214341. OLE color: 8214341.
HSL color Cylindrical-coordinate representation of color #45577D: hue angle of 220.71º 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 #45577D is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 87 | 125 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.51 |
| HSL | 220.71º | 0.29% | 0.38% | - |
| HSV(B) | 220.71º | 0.45% | 0.49% | - |
| XYZ | 9.56 | 9.56 | 20.74 | - |
| YUV | 85.95 | 150.04 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 125 | 0.45 | 0.30 | 0 | 0.51 | 220.71 | 0.29 | 0.38 |
| Hex | 45 | 57 | 7D | 2D | 1E | 0 | 33 | DD | 1D | 26 |
| Octal | 105 | 127 | 175 | 55 | 36 | 0 | 63 | 335 | 35 | 46 |
| Binary | 1000101 | 1010111 | 1111101 | 101101 | 11110 | 0 | 110011 | 11011101 | 11101 | 100110 |
Color Harmonies of #45577D
Complementary color
Monochromatic Colors of #45577D
Black with #45577D
Text Example
Text Example
White with #45577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45577D; }
p { color: rgb(69,87,125); }
H1.HeaderClassName
{
color: #45577D;
}
.AnyTagClassName
{
color: #45577D;
}
</style>
background-color css
<style>
a { background-color: #45577D; }
a { background-color: rgb(69,87,125); }
div.DivClassName
{
background-color: #45577D;
}
.BgClassName
{
background-color: #45577D;
}
</style>
border-color css
<style>
span { border-color: #45577D; }
span { border-color: rgb(69,87,125); }
td.TdClassName
{
border-color: #45577D;
}
.TagClassName
{
border-color: #45577D;
}
</style>