Shades of Blue Diamond #503672
Tints of Blue Diamond #503672
RGB
CMYK
RGB Variations
Color information
#503672 (or 0x503672) is known color: Blue Diamond. HEX triplet: 50, 36 and 72. RGB value is (80,54,114). Sum of RGB (Red+Green+Blue) = 80+54+114=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #503672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503672 is #AFC98D. Grayscale: #444444. Windows color (decimal): -11520398 or 7485008. OLE color: 7485008.
HSL color Cylindrical-coordinate representation of color #503672: hue angle of 266º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503672 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 54 | 114 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.55 |
| HSL | 266º | 0.36% | 0.33% | - |
| HSV(B) | 266º | 0.53% | 0.45% | - |
| XYZ | 7.66 | 5.56 | 16.59 | - |
| YUV | 68.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 114 | 0.30 | 0.53 | 0 | 0.55 | 266 | 0.36 | 0.33 |
| Hex | 50 | 36 | 72 | 1E | 35 | 0 | 37 | 10A | 24 | 21 |
| Octal | 120 | 66 | 162 | 36 | 65 | 0 | 67 | 412 | 44 | 41 |
| Binary | 1010000 | 110110 | 1110010 | 11110 | 110101 | 0 | 110111 | 100001010 | 100100 | 100001 |
Color Harmonies of #503672
Complementary color
Monochromatic Colors of #503672
Black with #503672
Text Example
Text Example
White with #503672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503672; }
p { color: rgb(80,54,114); }
H1.HeaderClassName
{
color: #503672;
}
.AnyTagClassName
{
color: #503672;
}
</style>
background-color css
<style>
a { background-color: #503672; }
a { background-color: rgb(80,54,114); }
div.DivClassName
{
background-color: #503672;
}
.BgClassName
{
background-color: #503672;
}
</style>
border-color css
<style>
span { border-color: #503672; }
span { border-color: rgb(80,54,114); }
td.TdClassName
{
border-color: #503672;
}
.TagClassName
{
border-color: #503672;
}
</style>