Shades of Chambray #51627C
Tints of Chambray #51627C
RGB
CMYK
RGB Variations
Color information
#51627C (or 0x51627C) is known color: Chambray. HEX triplet: 51, 62 and 7C. RGB value is (81,98,124). Sum of RGB (Red+Green+Blue) = 81+98+124=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #51627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51627C is #AE9D83. Grayscale: #5F5F5F. Windows color (decimal): -11443588 or 8151633. OLE color: 8151633.
HSL color Cylindrical-coordinate representation of color #51627C: hue angle of 216.28º 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 #51627C is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 98 | 124 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.51 |
| HSL | 216.28º | 0.21% | 0.4% | - |
| HSV(B) | 216.28º | 0.35% | 0.49% | - |
| XYZ | 11.4 | 11.94 | 20.77 | - |
| YUV | 95.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 98 | 124 | 0.35 | 0.21 | 0 | 0.51 | 216.28 | 0.21 | 0.4 |
| Hex | 51 | 62 | 7C | 23 | 15 | 0 | 33 | D8 | 15 | 28 |
| Octal | 121 | 142 | 174 | 43 | 25 | 0 | 63 | 330 | 25 | 50 |
| Binary | 1010001 | 1100010 | 1111100 | 100011 | 10101 | 0 | 110011 | 11011000 | 10101 | 101000 |
Color Harmonies of #51627C
Complementary color
Monochromatic Colors of #51627C
Black with #51627C
Text Example
Text Example
White with #51627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51627C; }
p { color: rgb(81,98,124); }
H1.HeaderClassName
{
color: #51627C;
}
.AnyTagClassName
{
color: #51627C;
}
</style>
background-color css
<style>
a { background-color: #51627C; }
a { background-color: rgb(81,98,124); }
div.DivClassName
{
background-color: #51627C;
}
.BgClassName
{
background-color: #51627C;
}
</style>
border-color css
<style>
span { border-color: #51627C; }
span { border-color: rgb(81,98,124); }
td.TdClassName
{
border-color: #51627C;
}
.TagClassName
{
border-color: #51627C;
}
</style>