Shades of Blue Diamond #503875
Tints of Blue Diamond #503875
RGB
CMYK
RGB Variations
Color information
#503875 (or 0x503875) is known color: Blue Diamond. HEX triplet: 50, 38 and 75. RGB value is (80,56,117). Sum of RGB (Red+Green+Blue) = 80+56+117=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #503875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503875 is #AFC78A. Grayscale: #454545. Windows color (decimal): -11519883 or 7682128. OLE color: 7682128.
HSL color Cylindrical-coordinate representation of color #503875: hue angle of 263.61º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503875 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 56 | 117 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.54 |
| HSL | 263.61º | 0.35% | 0.34% | - |
| HSV(B) | 263.61º | 0.52% | 0.46% | - |
| XYZ | 7.93 | 5.82 | 17.53 | - |
| YUV | 70.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 117 | 0.32 | 0.52 | 0 | 0.54 | 263.61 | 0.35 | 0.34 |
| Hex | 50 | 38 | 75 | 20 | 34 | 0 | 36 | 108 | 23 | 22 |
| Octal | 120 | 70 | 165 | 40 | 64 | 0 | 66 | 410 | 43 | 42 |
| Binary | 1010000 | 111000 | 1110101 | 100000 | 110100 | 0 | 110110 | 100001000 | 100011 | 100010 |
Color Harmonies of #503875
Complementary color
Monochromatic Colors of #503875
Black with #503875
Text Example
Text Example
White with #503875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503875; }
p { color: rgb(80,56,117); }
H1.HeaderClassName
{
color: #503875;
}
.AnyTagClassName
{
color: #503875;
}
</style>
background-color css
<style>
a { background-color: #503875; }
a { background-color: rgb(80,56,117); }
div.DivClassName
{
background-color: #503875;
}
.BgClassName
{
background-color: #503875;
}
</style>
border-color css
<style>
span { border-color: #503875; }
span { border-color: rgb(80,56,117); }
td.TdClassName
{
border-color: #503875;
}
.TagClassName
{
border-color: #503875;
}
</style>