Shades of Blue Diamond #51366C
Tints of Blue Diamond #51366C
RGB
CMYK
RGB Variations
Color information
#51366C (or 0x51366C) is known color: Blue Diamond. HEX triplet: 51, 36 and 6C. RGB value is (81,54,108). Sum of RGB (Red+Green+Blue) = 81+54+108=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #51366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51366C is #AEC993. Grayscale: #444444. Windows color (decimal): -11454868 or 7091793. OLE color: 7091793.
HSL color Cylindrical-coordinate representation of color #51366C: hue angle of 270º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51366C is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 54 | 108 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.58 |
| HSL | 270º | 0.33% | 0.32% | - |
| HSV(B) | 270º | 0.5% | 0.42% | - |
| XYZ | 7.42 | 5.47 | 14.85 | - |
| YUV | 68.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 108 | 0.25 | 0.50 | 0 | 0.58 | 270 | 0.33 | 0.32 |
| Hex | 51 | 36 | 6C | 19 | 32 | 0 | 3A | 10E | 21 | 20 |
| Octal | 121 | 66 | 154 | 31 | 62 | 0 | 72 | 416 | 41 | 40 |
| Binary | 1010001 | 110110 | 1101100 | 11001 | 110010 | 0 | 111010 | 100001110 | 100001 | 100000 |
Color Harmonies of #51366C
Complementary color
Monochromatic Colors of #51366C
Black with #51366C
Text Example
Text Example
White with #51366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51366C; }
p { color: rgb(81,54,108); }
H1.HeaderClassName
{
color: #51366C;
}
.AnyTagClassName
{
color: #51366C;
}
</style>
background-color css
<style>
a { background-color: #51366C; }
a { background-color: rgb(81,54,108); }
div.DivClassName
{
background-color: #51366C;
}
.BgClassName
{
background-color: #51366C;
}
</style>
border-color css
<style>
span { border-color: #51366C; }
span { border-color: rgb(81,54,108); }
td.TdClassName
{
border-color: #51366C;
}
.TagClassName
{
border-color: #51366C;
}
</style>