Shades of Chambray #51607C
Tints of Chambray #51607C
RGB
CMYK
RGB Variations
Color information
#51607C (or 0x51607C) is known color: Chambray. HEX triplet: 51, 60 and 7C. RGB value is (81,96,124). Sum of RGB (Red+Green+Blue) = 81+96+124=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #51607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51607C is #AE9F83. Grayscale: #5E5E5E. Windows color (decimal): -11444100 or 8151121. OLE color: 8151121.
HSL color Cylindrical-coordinate representation of color #51607C: hue angle of 219.07º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51607C is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 96 | 124 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.51 |
| HSL | 219.07º | 0.21% | 0.4% | - |
| HSV(B) | 219.07º | 0.35% | 0.49% | - |
| XYZ | 11.21 | 11.57 | 20.71 | - |
| YUV | 94.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 96 | 124 | 0.35 | 0.23 | 0 | 0.51 | 219.07 | 0.21 | 0.4 |
| Hex | 51 | 60 | 7C | 23 | 17 | 0 | 33 | DB | 15 | 28 |
| Octal | 121 | 140 | 174 | 43 | 27 | 0 | 63 | 333 | 25 | 50 |
| Binary | 1010001 | 1100000 | 1111100 | 100011 | 10111 | 0 | 110011 | 11011011 | 10101 | 101000 |
Color Harmonies of #51607C
Complementary color
Monochromatic Colors of #51607C
Black with #51607C
Text Example
Text Example
White with #51607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51607C; }
p { color: rgb(81,96,124); }
H1.HeaderClassName
{
color: #51607C;
}
.AnyTagClassName
{
color: #51607C;
}
</style>
background-color css
<style>
a { background-color: #51607C; }
a { background-color: rgb(81,96,124); }
div.DivClassName
{
background-color: #51607C;
}
.BgClassName
{
background-color: #51607C;
}
</style>
border-color css
<style>
span { border-color: #51607C; }
span { border-color: rgb(81,96,124); }
td.TdClassName
{
border-color: #51607C;
}
.TagClassName
{
border-color: #51607C;
}
</style>