Shades of Chambray #515B79
Tints of Chambray #515B79
RGB
CMYK
RGB Variations
Color information
#515B79 (or 0x515B79) is known color: Chambray. HEX triplet: 51, 5B and 79. RGB value is (81,91,121). Sum of RGB (Red+Green+Blue) = 81+91+121=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #515B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B79 is #AEA486. Grayscale: #5B5B5B. Windows color (decimal): -11445383 or 7953233. OLE color: 7953233.
HSL color Cylindrical-coordinate representation of color #515B79: hue angle of 225º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515B79 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 91 | 121 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.53 |
| HSL | 225º | 0.2% | 0.4% | - |
| HSV(B) | 225º | 0.33% | 0.47% | - |
| XYZ | 10.59 | 10.61 | 19.58 | - |
| YUV | 91.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 121 | 0.33 | 0.25 | 0 | 0.53 | 225 | 0.2 | 0.4 |
| Hex | 51 | 5B | 79 | 21 | 19 | 0 | 35 | E1 | 14 | 28 |
| Octal | 121 | 133 | 171 | 41 | 31 | 0 | 65 | 341 | 24 | 50 |
| Binary | 1010001 | 1011011 | 1111001 | 100001 | 11001 | 0 | 110101 | 11100001 | 10100 | 101000 |
Color Harmonies of #515B79
Complementary color
Monochromatic Colors of #515B79
Black with #515B79
Text Example
Text Example
White with #515B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B79; }
p { color: rgb(81,91,121); }
H1.HeaderClassName
{
color: #515B79;
}
.AnyTagClassName
{
color: #515B79;
}
</style>
background-color css
<style>
a { background-color: #515B79; }
a { background-color: rgb(81,91,121); }
div.DivClassName
{
background-color: #515B79;
}
.BgClassName
{
background-color: #515B79;
}
</style>
border-color css
<style>
span { border-color: #515B79; }
span { border-color: rgb(81,91,121); }
td.TdClassName
{
border-color: #515B79;
}
.TagClassName
{
border-color: #515B79;
}
</style>