Shades of Chambray #505A79
Tints of Chambray #505A79
RGB
CMYK
RGB Variations
Color information
#505A79 (or 0x505A79) is known color: Chambray. HEX triplet: 50, 5A and 79. RGB value is (80,90,121). Sum of RGB (Red+Green+Blue) = 80+90+121=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #505A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A79 is #AFA586. Grayscale: #5A5A5A. Windows color (decimal): -11511175 or 7952976. OLE color: 7952976.
HSL color Cylindrical-coordinate representation of color #505A79: hue angle of 225.37º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505A79 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 90 | 121 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.53 |
| HSL | 225.37º | 0.2% | 0.39% | - |
| HSV(B) | 225.37º | 0.34% | 0.47% | - |
| XYZ | 10.42 | 10.4 | 19.55 | - |
| YUV | 90.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 121 | 0.34 | 0.26 | 0 | 0.53 | 225.37 | 0.2 | 0.39 |
| Hex | 50 | 5A | 79 | 22 | 1A | 0 | 35 | E1 | 14 | 27 |
| Octal | 120 | 132 | 171 | 42 | 32 | 0 | 65 | 341 | 24 | 47 |
| Binary | 1010000 | 1011010 | 1111001 | 100010 | 11010 | 0 | 110101 | 11100001 | 10100 | 100111 |
Color Harmonies of #505A79
Complementary color
Monochromatic Colors of #505A79
Black with #505A79
Text Example
Text Example
White with #505A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A79; }
p { color: rgb(80,90,121); }
H1.HeaderClassName
{
color: #505A79;
}
.AnyTagClassName
{
color: #505A79;
}
</style>
background-color css
<style>
a { background-color: #505A79; }
a { background-color: rgb(80,90,121); }
div.DivClassName
{
background-color: #505A79;
}
.BgClassName
{
background-color: #505A79;
}
</style>
border-color css
<style>
span { border-color: #505A79; }
span { border-color: rgb(80,90,121); }
td.TdClassName
{
border-color: #505A79;
}
.TagClassName
{
border-color: #505A79;
}
</style>