Shades of Chambray #50607B
Tints of Chambray #50607B
RGB
CMYK
RGB Variations
Color information
#50607B (or 0x50607B) is known color: Chambray. HEX triplet: 50, 60 and 7B. RGB value is (80,96,123). Sum of RGB (Red+Green+Blue) = 80+96+123=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #50607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50607B is #AF9F84. Grayscale: #5E5E5E. Windows color (decimal): -11509637 or 8085584. OLE color: 8085584.
HSL color Cylindrical-coordinate representation of color #50607B: hue angle of 217.67º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50607B is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 96 | 123 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.52 |
| HSL | 217.67º | 0.21% | 0.4% | - |
| HSV(B) | 217.67º | 0.35% | 0.48% | - |
| XYZ | 11.07 | 11.5 | 20.38 | - |
| YUV | 94.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 123 | 0.35 | 0.22 | 0 | 0.52 | 217.67 | 0.21 | 0.4 |
| Hex | 50 | 60 | 7B | 23 | 16 | 0 | 34 | DA | 15 | 28 |
| Octal | 120 | 140 | 173 | 43 | 26 | 0 | 64 | 332 | 25 | 50 |
| Binary | 1010000 | 1100000 | 1111011 | 100011 | 10110 | 0 | 110100 | 11011010 | 10101 | 101000 |
Color Harmonies of #50607B
Complementary color
Monochromatic Colors of #50607B
Black with #50607B
Text Example
Text Example
White with #50607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50607B; }
p { color: rgb(80,96,123); }
H1.HeaderClassName
{
color: #50607B;
}
.AnyTagClassName
{
color: #50607B;
}
</style>
background-color css
<style>
a { background-color: #50607B; }
a { background-color: rgb(80,96,123); }
div.DivClassName
{
background-color: #50607B;
}
.BgClassName
{
background-color: #50607B;
}
</style>
border-color css
<style>
span { border-color: #50607B; }
span { border-color: rgb(80,96,123); }
td.TdClassName
{
border-color: #50607B;
}
.TagClassName
{
border-color: #50607B;
}
</style>