Shades of Chambray #505D83
Tints of Chambray #505D83
RGB
CMYK
RGB Variations
Color information
#505D83 (or 0x505D83) is known color: Chambray. HEX triplet: 50, 5D and 83. RGB value is (80,93,131). Sum of RGB (Red+Green+Blue) = 80+93+131=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #505D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D83 is #AFA27C. Grayscale: #5D5D5D. Windows color (decimal): -11510397 or 8609104. OLE color: 8609104.
HSL color Cylindrical-coordinate representation of color #505D83: hue angle of 224.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505D83 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 93 | 131 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.49 |
| HSL | 224.71º | 0.24% | 0.41% | - |
| HSV(B) | 224.71º | 0.39% | 0.51% | - |
| XYZ | 11.32 | 11.17 | 23.03 | - |
| YUV | 93.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 131 | 0.39 | 0.29 | 0 | 0.49 | 224.71 | 0.24 | 0.41 |
| Hex | 50 | 5D | 83 | 27 | 1D | 0 | 31 | E1 | 18 | 29 |
| Octal | 120 | 135 | 203 | 47 | 35 | 0 | 61 | 341 | 30 | 51 |
| Binary | 1010000 | 1011101 | 10000011 | 100111 | 11101 | 0 | 110001 | 11100001 | 11000 | 101001 |
Color Harmonies of #505D83
Complementary color
Monochromatic Colors of #505D83
Black with #505D83
Text Example
Text Example
White with #505D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D83; }
p { color: rgb(80,93,131); }
H1.HeaderClassName
{
color: #505D83;
}
.AnyTagClassName
{
color: #505D83;
}
</style>
background-color css
<style>
a { background-color: #505D83; }
a { background-color: rgb(80,93,131); }
div.DivClassName
{
background-color: #505D83;
}
.BgClassName
{
background-color: #505D83;
}
</style>
border-color css
<style>
span { border-color: #505D83; }
span { border-color: rgb(80,93,131); }
td.TdClassName
{
border-color: #505D83;
}
.TagClassName
{
border-color: #505D83;
}
</style>