Shades of Chambray #515D7B
Tints of Chambray #515D7B
RGB
CMYK
RGB Variations
Color information
#515D7B (or 0x515D7B) is known color: Chambray. HEX triplet: 51, 5D and 7B. RGB value is (81,93,123). Sum of RGB (Red+Green+Blue) = 81+93+123=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 123 - color contains mainly: blue. Hex color #515D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D7B is #AEA284. Grayscale: #5C5C5C. Windows color (decimal): -11444869 or 8084817. OLE color: 8084817.
HSL color Cylindrical-coordinate representation of color #515D7B: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #515D7B is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 93 | 123 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.52 |
| HSL | 222.86º | 0.21% | 0.4% | - |
| HSV(B) | 222.86º | 0.34% | 0.48% | - |
| XYZ | 10.88 | 11.01 | 20.29 | - |
| YUV | 92.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 123 | 0.34 | 0.24 | 0 | 0.52 | 222.86 | 0.21 | 0.4 |
| Hex | 51 | 5D | 7B | 22 | 18 | 0 | 34 | DF | 15 | 28 |
| Octal | 121 | 135 | 173 | 42 | 30 | 0 | 64 | 337 | 25 | 50 |
| Binary | 1010001 | 1011101 | 1111011 | 100010 | 11000 | 0 | 110100 | 11011111 | 10101 | 101000 |
Color Harmonies of #515D7B
Complementary color
Monochromatic Colors of #515D7B
Black with #515D7B
Text Example
Text Example
White with #515D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D7B; }
p { color: rgb(81,93,123); }
H1.HeaderClassName
{
color: #515D7B;
}
.AnyTagClassName
{
color: #515D7B;
}
</style>
background-color css
<style>
a { background-color: #515D7B; }
a { background-color: rgb(81,93,123); }
div.DivClassName
{
background-color: #515D7B;
}
.BgClassName
{
background-color: #515D7B;
}
</style>
border-color css
<style>
span { border-color: #515D7B; }
span { border-color: rgb(81,93,123); }
td.TdClassName
{
border-color: #515D7B;
}
.TagClassName
{
border-color: #515D7B;
}
</style>