Shades of Blue Diamond #51386C
Tints of Blue Diamond #51386C
RGB
CMYK
RGB Variations
Color information
#51386C (or 0x51386C) is known color: Blue Diamond. HEX triplet: 51, 38 and 6C. RGB value is (81,56,108). Sum of RGB (Red+Green+Blue) = 81+56+108=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #51386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51386C is #AEC793. Grayscale: #454545. Windows color (decimal): -11454356 or 7092305. OLE color: 7092305.
HSL color Cylindrical-coordinate representation of color #51386C: hue angle of 268.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51386C is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 56 | 108 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.58 |
| HSL | 268.85º | 0.32% | 0.32% | - |
| HSV(B) | 268.85º | 0.48% | 0.42% | - |
| XYZ | 7.51 | 5.66 | 14.88 | - |
| YUV | 69.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 108 | 0.25 | 0.48 | 0 | 0.58 | 268.85 | 0.32 | 0.32 |
| Hex | 51 | 38 | 6C | 19 | 30 | 0 | 3A | 10D | 20 | 20 |
| Octal | 121 | 70 | 154 | 31 | 60 | 0 | 72 | 415 | 40 | 40 |
| Binary | 1010001 | 111000 | 1101100 | 11001 | 110000 | 0 | 111010 | 100001101 | 100000 | 100000 |
Color Harmonies of #51386C
Complementary color
Monochromatic Colors of #51386C
Black with #51386C
Text Example
Text Example
White with #51386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51386C; }
p { color: rgb(81,56,108); }
H1.HeaderClassName
{
color: #51386C;
}
.AnyTagClassName
{
color: #51386C;
}
</style>
background-color css
<style>
a { background-color: #51386C; }
a { background-color: rgb(81,56,108); }
div.DivClassName
{
background-color: #51386C;
}
.BgClassName
{
background-color: #51386C;
}
</style>
border-color css
<style>
span { border-color: #51386C; }
span { border-color: rgb(81,56,108); }
td.TdClassName
{
border-color: #51386C;
}
.TagClassName
{
border-color: #51386C;
}
</style>