Shades of Chambray #505A6F
Tints of Chambray #505A6F
RGB
CMYK
RGB Variations
Color information
#505A6F (or 0x505A6F) is known color: Chambray. HEX triplet: 50, 5A and 6F. RGB value is (80,90,111). Sum of RGB (Red+Green+Blue) = 80+90+111=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #505A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A6F is #AFA590. Grayscale: #595959. Windows color (decimal): -11511185 or 7297616. OLE color: 7297616.
HSL color Cylindrical-coordinate representation of color #505A6F: hue angle of 220.65º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #505A6F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 90 | 111 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.56 |
| HSL | 220.65º | 0.16% | 0.37% | - |
| HSV(B) | 220.65º | 0.28% | 0.44% | - |
| XYZ | 9.83 | 10.17 | 16.48 | - |
| YUV | 89.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 111 | 0.28 | 0.19 | 0 | 0.56 | 220.65 | 0.16 | 0.37 |
| Hex | 50 | 5A | 6F | 1C | 13 | 0 | 38 | DD | 10 | 25 |
| Octal | 120 | 132 | 157 | 34 | 23 | 0 | 70 | 335 | 20 | 45 |
| Binary | 1010000 | 1011010 | 1101111 | 11100 | 10011 | 0 | 111000 | 11011101 | 10000 | 100101 |
Color Harmonies of #505A6F
Complementary color
Monochromatic Colors of #505A6F
Black with #505A6F
Text Example
Text Example
White with #505A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A6F; }
p { color: rgb(80,90,111); }
H1.HeaderClassName
{
color: #505A6F;
}
.AnyTagClassName
{
color: #505A6F;
}
</style>
background-color css
<style>
a { background-color: #505A6F; }
a { background-color: rgb(80,90,111); }
div.DivClassName
{
background-color: #505A6F;
}
.BgClassName
{
background-color: #505A6F;
}
</style>
border-color css
<style>
span { border-color: #505A6F; }
span { border-color: rgb(80,90,111); }
td.TdClassName
{
border-color: #505A6F;
}
.TagClassName
{
border-color: #505A6F;
}
</style>