Shades of Blue Diamond #502A6E
Tints of Blue Diamond #502A6E
RGB
CMYK
RGB Variations
Color information
#502A6E (or 0x502A6E) is known color: Blue Diamond. HEX triplet: 50, 2A and 6E. RGB value is (80,42,110). Sum of RGB (Red+Green+Blue) = 80+42+110=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #502A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A6E is #AFD591. Grayscale: #3C3C3C. Windows color (decimal): -11523474 or 7219792. OLE color: 7219792.
HSL color Cylindrical-coordinate representation of color #502A6E: hue angle of 273.53º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #502A6E is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 42 | 110 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.57 |
| HSL | 273.53º | 0.45% | 0.3% | - |
| HSV(B) | 273.53º | 0.62% | 0.43% | - |
| XYZ | 6.95 | 4.49 | 15.25 | - |
| YUV | 61.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 110 | 0.27 | 0.62 | 0 | 0.57 | 273.53 | 0.45 | 0.3 |
| Hex | 50 | 2A | 6E | 1B | 3E | 0 | 39 | 112 | 2D | 1E |
| Octal | 120 | 52 | 156 | 33 | 76 | 0 | 71 | 422 | 55 | 36 |
| Binary | 1010000 | 101010 | 1101110 | 11011 | 111110 | 0 | 111001 | 100010010 | 101101 | 11110 |
Color Harmonies of #502A6E
Complementary color
Monochromatic Colors of #502A6E
Black with #502A6E
Text Example
Text Example
White with #502A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A6E; }
p { color: rgb(80,42,110); }
H1.HeaderClassName
{
color: #502A6E;
}
.AnyTagClassName
{
color: #502A6E;
}
</style>
background-color css
<style>
a { background-color: #502A6E; }
a { background-color: rgb(80,42,110); }
div.DivClassName
{
background-color: #502A6E;
}
.BgClassName
{
background-color: #502A6E;
}
</style>
border-color css
<style>
span { border-color: #502A6E; }
span { border-color: rgb(80,42,110); }
td.TdClassName
{
border-color: #502A6E;
}
.TagClassName
{
border-color: #502A6E;
}
</style>