Shades of Blue Diamond #503678
Tints of Blue Diamond #503678
RGB
CMYK
RGB Variations
Color information
#503678 (or 0x503678) is known color: Blue Diamond. HEX triplet: 50, 36 and 78. RGB value is (80,54,120). Sum of RGB (Red+Green+Blue) = 80+54+120=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #503678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503678 is #AFC987. Grayscale: #454545. Windows color (decimal): -11520392 or 7878224. OLE color: 7878224.
HSL color Cylindrical-coordinate representation of color #503678: hue angle of 263.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503678 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 54 | 120 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.53 |
| HSL | 263.64º | 0.38% | 0.34% | - |
| HSV(B) | 263.64º | 0.55% | 0.47% | - |
| XYZ | 8.02 | 5.7 | 18.45 | - |
| YUV | 69.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 120 | 0.33 | 0.55 | 0 | 0.53 | 263.64 | 0.38 | 0.34 |
| Hex | 50 | 36 | 78 | 21 | 37 | 0 | 35 | 108 | 26 | 22 |
| Octal | 120 | 66 | 170 | 41 | 67 | 0 | 65 | 410 | 46 | 42 |
| Binary | 1010000 | 110110 | 1111000 | 100001 | 110111 | 0 | 110101 | 100001000 | 100110 | 100010 |
Color Harmonies of #503678
Complementary color
Monochromatic Colors of #503678
Black with #503678
Text Example
Text Example
White with #503678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503678; }
p { color: rgb(80,54,120); }
H1.HeaderClassName
{
color: #503678;
}
.AnyTagClassName
{
color: #503678;
}
</style>
background-color css
<style>
a { background-color: #503678; }
a { background-color: rgb(80,54,120); }
div.DivClassName
{
background-color: #503678;
}
.BgClassName
{
background-color: #503678;
}
</style>
border-color css
<style>
span { border-color: #503678; }
span { border-color: rgb(80,54,120); }
td.TdClassName
{
border-color: #503678;
}
.TagClassName
{
border-color: #503678;
}
</style>