Shades of Chambray #505A74
Tints of Chambray #505A74
RGB
CMYK
RGB Variations
Color information
#505A74 (or 0x505A74) is known color: Chambray. HEX triplet: 50, 5A and 74. RGB value is (80,90,116). Sum of RGB (Red+Green+Blue) = 80+90+116=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #505A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A74 is #AFA58B. Grayscale: #595959. Windows color (decimal): -11511180 or 7625296. OLE color: 7625296.
HSL color Cylindrical-coordinate representation of color #505A74: hue angle of 223.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505A74 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 90 | 116 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.55 |
| HSL | 223.33º | 0.18% | 0.38% | - |
| HSV(B) | 223.33º | 0.31% | 0.45% | - |
| XYZ | 10.12 | 10.28 | 17.97 | - |
| YUV | 89.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 116 | 0.31 | 0.22 | 0 | 0.55 | 223.33 | 0.18 | 0.38 |
| Hex | 50 | 5A | 74 | 1F | 16 | 0 | 37 | DF | 12 | 26 |
| Octal | 120 | 132 | 164 | 37 | 26 | 0 | 67 | 337 | 22 | 46 |
| Binary | 1010000 | 1011010 | 1110100 | 11111 | 10110 | 0 | 110111 | 11011111 | 10010 | 100110 |
Color Harmonies of #505A74
Complementary color
Monochromatic Colors of #505A74
Black with #505A74
Text Example
Text Example
White with #505A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A74; }
p { color: rgb(80,90,116); }
H1.HeaderClassName
{
color: #505A74;
}
.AnyTagClassName
{
color: #505A74;
}
</style>
background-color css
<style>
a { background-color: #505A74; }
a { background-color: rgb(80,90,116); }
div.DivClassName
{
background-color: #505A74;
}
.BgClassName
{
background-color: #505A74;
}
</style>
border-color css
<style>
span { border-color: #505A74; }
span { border-color: rgb(80,90,116); }
td.TdClassName
{
border-color: #505A74;
}
.TagClassName
{
border-color: #505A74;
}
</style>