Shades of Chambray #45586D
Tints of Chambray #45586D
RGB
CMYK
RGB Variations
Color information
#45586D (or 0x45586D) is known color: Chambray. HEX triplet: 45, 58 and 6D. RGB value is (69,88,109). Sum of RGB (Red+Green+Blue) = 69+88+109=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #45586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45586D is #BAA792. Grayscale: #545454. Windows color (decimal): -12232595 or 7166021. OLE color: 7166021.
HSL color Cylindrical-coordinate representation of color #45586D: hue angle of 211.5º 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 #45586D is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 88 | 109 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.57 |
| HSL | 211.5º | 0.22% | 0.35% | - |
| HSV(B) | 211.5º | 0.37% | 0.43% | - |
| XYZ | 8.7 | 9.35 | 15.81 | - |
| YUV | 84.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 109 | 0.37 | 0.19 | 0 | 0.57 | 211.5 | 0.22 | 0.35 |
| Hex | 45 | 58 | 6D | 25 | 13 | 0 | 39 | D4 | 16 | 23 |
| Octal | 105 | 130 | 155 | 45 | 23 | 0 | 71 | 324 | 26 | 43 |
| Binary | 1000101 | 1011000 | 1101101 | 100101 | 10011 | 0 | 111001 | 11010100 | 10110 | 100011 |
Color Harmonies of #45586D
Complementary color
Monochromatic Colors of #45586D
Black with #45586D
Text Example
Text Example
White with #45586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45586D; }
p { color: rgb(69,88,109); }
H1.HeaderClassName
{
color: #45586D;
}
.AnyTagClassName
{
color: #45586D;
}
</style>
background-color css
<style>
a { background-color: #45586D; }
a { background-color: rgb(69,88,109); }
div.DivClassName
{
background-color: #45586D;
}
.BgClassName
{
background-color: #45586D;
}
</style>
border-color css
<style>
span { border-color: #45586D; }
span { border-color: rgb(69,88,109); }
td.TdClassName
{
border-color: #45586D;
}
.TagClassName
{
border-color: #45586D;
}
</style>