Shades of Chambray #515A74
Tints of Chambray #515A74
RGB
CMYK
RGB Variations
Color information
#515A74 (or 0x515A74) is known color: Chambray. HEX triplet: 51, 5A and 74. RGB value is (81,90,116). Sum of RGB (Red+Green+Blue) = 81+90+116=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #515A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A74 is #AEA58B. Grayscale: #5A5A5A. Windows color (decimal): -11445644 or 7625297. OLE color: 7625297.
HSL color Cylindrical-coordinate representation of color #515A74: hue angle of 224.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515A74 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 90 | 116 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.55 |
| HSL | 224.57º | 0.18% | 0.39% | - |
| HSV(B) | 224.57º | 0.3% | 0.45% | - |
| XYZ | 10.2 | 10.32 | 17.98 | - |
| YUV | 90.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 116 | 0.30 | 0.22 | 0 | 0.55 | 224.57 | 0.18 | 0.39 |
| Hex | 51 | 5A | 74 | 1E | 16 | 0 | 37 | E1 | 12 | 27 |
| Octal | 121 | 132 | 164 | 36 | 26 | 0 | 67 | 341 | 22 | 47 |
| Binary | 1010001 | 1011010 | 1110100 | 11110 | 10110 | 0 | 110111 | 11100001 | 10010 | 100111 |
Color Harmonies of #515A74
Complementary color
Monochromatic Colors of #515A74
Black with #515A74
Text Example
Text Example
White with #515A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A74; }
p { color: rgb(81,90,116); }
H1.HeaderClassName
{
color: #515A74;
}
.AnyTagClassName
{
color: #515A74;
}
</style>
background-color css
<style>
a { background-color: #515A74; }
a { background-color: rgb(81,90,116); }
div.DivClassName
{
background-color: #515A74;
}
.BgClassName
{
background-color: #515A74;
}
</style>
border-color css
<style>
span { border-color: #515A74; }
span { border-color: rgb(81,90,116); }
td.TdClassName
{
border-color: #515A74;
}
.TagClassName
{
border-color: #515A74;
}
</style>