Shades of Chambray #51617C
Tints of Chambray #51617C
RGB
CMYK
RGB Variations
Color information
#51617C (or 0x51617C) is known color: Chambray. HEX triplet: 51, 61 and 7C. RGB value is (81,97,124). Sum of RGB (Red+Green+Blue) = 81+97+124=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #51617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51617C is #AE9E83. Grayscale: #5F5F5F. Windows color (decimal): -11443844 or 8151377. OLE color: 8151377.
HSL color Cylindrical-coordinate representation of color #51617C: hue angle of 217.67º 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 #51617C is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 97 | 124 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.51 |
| HSL | 217.67º | 0.21% | 0.4% | - |
| HSV(B) | 217.67º | 0.35% | 0.49% | - |
| XYZ | 11.31 | 11.75 | 20.74 | - |
| YUV | 95.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 97 | 124 | 0.35 | 0.22 | 0 | 0.51 | 217.67 | 0.21 | 0.4 |
| Hex | 51 | 61 | 7C | 23 | 16 | 0 | 33 | DA | 15 | 28 |
| Octal | 121 | 141 | 174 | 43 | 26 | 0 | 63 | 332 | 25 | 50 |
| Binary | 1010001 | 1100001 | 1111100 | 100011 | 10110 | 0 | 110011 | 11011010 | 10101 | 101000 |
Color Harmonies of #51617C
Complementary color
Monochromatic Colors of #51617C
Black with #51617C
Text Example
Text Example
White with #51617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51617C; }
p { color: rgb(81,97,124); }
H1.HeaderClassName
{
color: #51617C;
}
.AnyTagClassName
{
color: #51617C;
}
</style>
background-color css
<style>
a { background-color: #51617C; }
a { background-color: rgb(81,97,124); }
div.DivClassName
{
background-color: #51617C;
}
.BgClassName
{
background-color: #51617C;
}
</style>
border-color css
<style>
span { border-color: #51617C; }
span { border-color: rgb(81,97,124); }
td.TdClassName
{
border-color: #51617C;
}
.TagClassName
{
border-color: #51617C;
}
</style>