Shades of Blue Diamond #51346C
Tints of Blue Diamond #51346C
RGB
CMYK
RGB Variations
Color information
#51346C (or 0x51346C) is known color: Blue Diamond. HEX triplet: 51, 34 and 6C. RGB value is (81,52,108). Sum of RGB (Red+Green+Blue) = 81+52+108=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #51346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51346C is #AECB93. Grayscale: #424242. Windows color (decimal): -11455380 or 7091281. OLE color: 7091281.
HSL color Cylindrical-coordinate representation of color #51346C: hue angle of 271.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51346C is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 52 | 108 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.58 |
| HSL | 271.07º | 0.35% | 0.31% | - |
| HSV(B) | 271.07º | 0.52% | 0.42% | - |
| XYZ | 7.33 | 5.29 | 14.82 | - |
| YUV | 67.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 108 | 0.25 | 0.52 | 0 | 0.58 | 271.07 | 0.35 | 0.31 |
| Hex | 51 | 34 | 6C | 19 | 34 | 0 | 3A | 10F | 23 | 1F |
| Octal | 121 | 64 | 154 | 31 | 64 | 0 | 72 | 417 | 43 | 37 |
| Binary | 1010001 | 110100 | 1101100 | 11001 | 110100 | 0 | 111010 | 100001111 | 100011 | 11111 |
Color Harmonies of #51346C
Complementary color
Monochromatic Colors of #51346C
Black with #51346C
Text Example
Text Example
White with #51346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51346C; }
p { color: rgb(81,52,108); }
H1.HeaderClassName
{
color: #51346C;
}
.AnyTagClassName
{
color: #51346C;
}
</style>
background-color css
<style>
a { background-color: #51346C; }
a { background-color: rgb(81,52,108); }
div.DivClassName
{
background-color: #51346C;
}
.BgClassName
{
background-color: #51346C;
}
</style>
border-color css
<style>
span { border-color: #51346C; }
span { border-color: rgb(81,52,108); }
td.TdClassName
{
border-color: #51346C;
}
.TagClassName
{
border-color: #51346C;
}
</style>