Shades of Chambray #455D81
Tints of Chambray #455D81
RGB
CMYK
RGB Variations
Color information
#455D81 (or 0x455D81) is known color: Chambray. HEX triplet: 45, 5D and 81. RGB value is (69,93,129). Sum of RGB (Red+Green+Blue) = 69+93+129=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #455D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D81 is #BAA27E. Grayscale: #595959. Windows color (decimal): -12231295 or 8478021. OLE color: 8478021.
HSL color Cylindrical-coordinate representation of color #455D81: hue angle of 216º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #455D81 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 93 | 129 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.49 |
| HSL | 216º | 0.3% | 0.39% | - |
| HSV(B) | 216º | 0.47% | 0.51% | - |
| XYZ | 10.33 | 10.68 | 22.29 | - |
| YUV | 89.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 129 | 0.47 | 0.28 | 0 | 0.49 | 216 | 0.3 | 0.39 |
| Hex | 45 | 5D | 81 | 2F | 1C | 0 | 31 | D8 | 1E | 27 |
| Octal | 105 | 135 | 201 | 57 | 34 | 0 | 61 | 330 | 36 | 47 |
| Binary | 1000101 | 1011101 | 10000001 | 101111 | 11100 | 0 | 110001 | 11011000 | 11110 | 100111 |
Color Harmonies of #455D81
Complementary color
Monochromatic Colors of #455D81
Black with #455D81
Text Example
Text Example
White with #455D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D81; }
p { color: rgb(69,93,129); }
H1.HeaderClassName
{
color: #455D81;
}
.AnyTagClassName
{
color: #455D81;
}
</style>
background-color css
<style>
a { background-color: #455D81; }
a { background-color: rgb(69,93,129); }
div.DivClassName
{
background-color: #455D81;
}
.BgClassName
{
background-color: #455D81;
}
</style>
border-color css
<style>
span { border-color: #455D81; }
span { border-color: rgb(69,93,129); }
td.TdClassName
{
border-color: #455D81;
}
.TagClassName
{
border-color: #455D81;
}
</style>