Shades of Chambray #505A77
Tints of Chambray #505A77
RGB
CMYK
RGB Variations
Color information
#505A77 (or 0x505A77) is known color: Chambray. HEX triplet: 50, 5A and 77. RGB value is (80,90,119). Sum of RGB (Red+Green+Blue) = 80+90+119=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #505A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A77 is #AFA588. Grayscale: #5A5A5A. Windows color (decimal): -11511177 or 7821904. OLE color: 7821904.
HSL color Cylindrical-coordinate representation of color #505A77: hue angle of 224.62º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505A77 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 90 | 119 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.53 |
| HSL | 224.62º | 0.2% | 0.39% | - |
| HSV(B) | 224.62º | 0.33% | 0.47% | - |
| XYZ | 10.29 | 10.35 | 18.91 | - |
| YUV | 90.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 119 | 0.33 | 0.24 | 0 | 0.53 | 224.62 | 0.2 | 0.39 |
| Hex | 50 | 5A | 77 | 21 | 18 | 0 | 35 | E1 | 14 | 27 |
| Octal | 120 | 132 | 167 | 41 | 30 | 0 | 65 | 341 | 24 | 47 |
| Binary | 1010000 | 1011010 | 1110111 | 100001 | 11000 | 0 | 110101 | 11100001 | 10100 | 100111 |
Color Harmonies of #505A77
Complementary color
Monochromatic Colors of #505A77
Black with #505A77
Text Example
Text Example
White with #505A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A77; }
p { color: rgb(80,90,119); }
H1.HeaderClassName
{
color: #505A77;
}
.AnyTagClassName
{
color: #505A77;
}
</style>
background-color css
<style>
a { background-color: #505A77; }
a { background-color: rgb(80,90,119); }
div.DivClassName
{
background-color: #505A77;
}
.BgClassName
{
background-color: #505A77;
}
</style>
border-color css
<style>
span { border-color: #505A77; }
span { border-color: rgb(80,90,119); }
td.TdClassName
{
border-color: #505A77;
}
.TagClassName
{
border-color: #505A77;
}
</style>