Shades of Chambray #515881
Tints of Chambray #515881
RGB
CMYK
RGB Variations
Color information
#515881 (or 0x515881) is known color: Chambray. HEX triplet: 51, 58 and 81. RGB value is (81,88,129). Sum of RGB (Red+Green+Blue) = 81+88+129=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #515881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515881 is #AEA77E. Grayscale: #5A5A5A. Windows color (decimal): -11446143 or 8476753. OLE color: 8476753.
HSL color Cylindrical-coordinate representation of color #515881: hue angle of 231.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515881 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 88 | 129 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.49 |
| HSL | 231.25º | 0.23% | 0.41% | - |
| HSV(B) | 231.25º | 0.37% | 0.51% | - |
| XYZ | 10.85 | 10.31 | 22.19 | - |
| YUV | 90.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 129 | 0.37 | 0.32 | 0 | 0.49 | 231.25 | 0.23 | 0.41 |
| Hex | 51 | 58 | 81 | 25 | 20 | 0 | 31 | E7 | 17 | 29 |
| Octal | 121 | 130 | 201 | 45 | 40 | 0 | 61 | 347 | 27 | 51 |
| Binary | 1010001 | 1011000 | 10000001 | 100101 | 100000 | 0 | 110001 | 11100111 | 10111 | 101001 |
Color Harmonies of #515881
Complementary color
Monochromatic Colors of #515881
Black with #515881
Text Example
Text Example
White with #515881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515881; }
p { color: rgb(81,88,129); }
H1.HeaderClassName
{
color: #515881;
}
.AnyTagClassName
{
color: #515881;
}
</style>
background-color css
<style>
a { background-color: #515881; }
a { background-color: rgb(81,88,129); }
div.DivClassName
{
background-color: #515881;
}
.BgClassName
{
background-color: #515881;
}
</style>
border-color css
<style>
span { border-color: #515881; }
span { border-color: rgb(81,88,129); }
td.TdClassName
{
border-color: #515881;
}
.TagClassName
{
border-color: #515881;
}
</style>