Shades of Chambray #505A7C
Tints of Chambray #505A7C
RGB
CMYK
RGB Variations
Color information
#505A7C (or 0x505A7C) is known color: Chambray. HEX triplet: 50, 5A and 7C. RGB value is (80,90,124). Sum of RGB (Red+Green+Blue) = 80+90+124=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #505A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A7C is #AFA583. Grayscale: #5A5A5A. Windows color (decimal): -11511172 or 8149584. OLE color: 8149584.
HSL color Cylindrical-coordinate representation of color #505A7C: hue angle of 226.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #505A7C is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 90 | 124 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.51 |
| HSL | 226.36º | 0.22% | 0.4% | - |
| HSV(B) | 226.36º | 0.35% | 0.49% | - |
| XYZ | 10.6 | 10.47 | 20.53 | - |
| YUV | 90.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 124 | 0.35 | 0.27 | 0 | 0.51 | 226.36 | 0.22 | 0.4 |
| Hex | 50 | 5A | 7C | 23 | 1B | 0 | 33 | E2 | 16 | 28 |
| Octal | 120 | 132 | 174 | 43 | 33 | 0 | 63 | 342 | 26 | 50 |
| Binary | 1010000 | 1011010 | 1111100 | 100011 | 11011 | 0 | 110011 | 11100010 | 10110 | 101000 |
Color Harmonies of #505A7C
Complementary color
Monochromatic Colors of #505A7C
Black with #505A7C
Text Example
Text Example
White with #505A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505A7C; }
p { color: rgb(80,90,124); }
H1.HeaderClassName
{
color: #505A7C;
}
.AnyTagClassName
{
color: #505A7C;
}
</style>
background-color css
<style>
a { background-color: #505A7C; }
a { background-color: rgb(80,90,124); }
div.DivClassName
{
background-color: #505A7C;
}
.BgClassName
{
background-color: #505A7C;
}
</style>
border-color css
<style>
span { border-color: #505A7C; }
span { border-color: rgb(80,90,124); }
td.TdClassName
{
border-color: #505A7C;
}
.TagClassName
{
border-color: #505A7C;
}
</style>