Shades of Chambray #515C76
Tints of Chambray #515C76
RGB
CMYK
RGB Variations
Color information
#515C76 (or 0x515C76) is known color: Chambray. HEX triplet: 51, 5C and 76. RGB value is (81,92,118). Sum of RGB (Red+Green+Blue) = 81+92+118=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #515C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C76 is #AEA389. Grayscale: #5B5B5B. Windows color (decimal): -11445130 or 7756881. OLE color: 7756881.
HSL color Cylindrical-coordinate representation of color #515C76: hue angle of 222.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515C76 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 92 | 118 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.54 |
| HSL | 222.16º | 0.19% | 0.39% | - |
| HSV(B) | 222.16º | 0.31% | 0.46% | - |
| XYZ | 10.49 | 10.71 | 18.65 | - |
| YUV | 91.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 118 | 0.31 | 0.22 | 0 | 0.54 | 222.16 | 0.19 | 0.39 |
| Hex | 51 | 5C | 76 | 1F | 16 | 0 | 36 | DE | 13 | 27 |
| Octal | 121 | 134 | 166 | 37 | 26 | 0 | 66 | 336 | 23 | 47 |
| Binary | 1010001 | 1011100 | 1110110 | 11111 | 10110 | 0 | 110110 | 11011110 | 10011 | 100111 |
Color Harmonies of #515C76
Complementary color
Monochromatic Colors of #515C76
Black with #515C76
Text Example
Text Example
White with #515C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C76; }
p { color: rgb(81,92,118); }
H1.HeaderClassName
{
color: #515C76;
}
.AnyTagClassName
{
color: #515C76;
}
</style>
background-color css
<style>
a { background-color: #515C76; }
a { background-color: rgb(81,92,118); }
div.DivClassName
{
background-color: #515C76;
}
.BgClassName
{
background-color: #515C76;
}
</style>
border-color css
<style>
span { border-color: #515C76; }
span { border-color: rgb(81,92,118); }
td.TdClassName
{
border-color: #515C76;
}
.TagClassName
{
border-color: #515C76;
}
</style>