Shades of Chambray #455975
Tints of Chambray #455975
RGB
CMYK
RGB Variations
Color information
#455975 (or 0x455975) is known color: Chambray. HEX triplet: 45, 59 and 75. RGB value is (69,89,117). Sum of RGB (Red+Green+Blue) = 69+89+117=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #455975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455975 is #BAA68A. Grayscale: #565656. Windows color (decimal): -12232331 or 7690565. OLE color: 7690565.
HSL color Cylindrical-coordinate representation of color #455975: hue angle of 215º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #455975 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 89 | 117 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.54 |
| HSL | 215º | 0.26% | 0.36% | - |
| HSV(B) | 215º | 0.41% | 0.46% | - |
| XYZ | 9.24 | 9.69 | 18.21 | - |
| YUV | 86.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 117 | 0.41 | 0.24 | 0 | 0.54 | 215 | 0.26 | 0.36 |
| Hex | 45 | 59 | 75 | 29 | 18 | 0 | 36 | D7 | 1A | 24 |
| Octal | 105 | 131 | 165 | 51 | 30 | 0 | 66 | 327 | 32 | 44 |
| Binary | 1000101 | 1011001 | 1110101 | 101001 | 11000 | 0 | 110110 | 11010111 | 11010 | 100100 |
Color Harmonies of #455975
Complementary color
Monochromatic Colors of #455975
Black with #455975
Text Example
Text Example
White with #455975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455975; }
p { color: rgb(69,89,117); }
H1.HeaderClassName
{
color: #455975;
}
.AnyTagClassName
{
color: #455975;
}
</style>
background-color css
<style>
a { background-color: #455975; }
a { background-color: rgb(69,89,117); }
div.DivClassName
{
background-color: #455975;
}
.BgClassName
{
background-color: #455975;
}
</style>
border-color css
<style>
span { border-color: #455975; }
span { border-color: rgb(69,89,117); }
td.TdClassName
{
border-color: #455975;
}
.TagClassName
{
border-color: #455975;
}
</style>