Shades of Blue Diamond #51396F
Tints of Blue Diamond #51396F
RGB
CMYK
RGB Variations
Color information
#51396F (or 0x51396F) is known color: Blue Diamond. HEX triplet: 51, 39 and 6F. RGB value is (81,57,111). Sum of RGB (Red+Green+Blue) = 81+57+111=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #51396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51396F is #AEC690. Grayscale: #464646. Windows color (decimal): -11454097 or 7289169. OLE color: 7289169.
HSL color Cylindrical-coordinate representation of color #51396F: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51396F is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 57 | 111 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.56 |
| HSL | 266.67º | 0.32% | 0.33% | - |
| HSV(B) | 266.67º | 0.49% | 0.44% | - |
| XYZ | 7.73 | 5.82 | 15.76 | - |
| YUV | 70.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 57 | 111 | 0.27 | 0.49 | 0 | 0.56 | 266.67 | 0.32 | 0.33 |
| Hex | 51 | 39 | 6F | 1B | 31 | 0 | 38 | 10B | 20 | 21 |
| Octal | 121 | 71 | 157 | 33 | 61 | 0 | 70 | 413 | 40 | 41 |
| Binary | 1010001 | 111001 | 1101111 | 11011 | 110001 | 0 | 111000 | 100001011 | 100000 | 100001 |
Color Harmonies of #51396F
Complementary color
Monochromatic Colors of #51396F
Black with #51396F
Text Example
Text Example
White with #51396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51396F; }
p { color: rgb(81,57,111); }
H1.HeaderClassName
{
color: #51396F;
}
.AnyTagClassName
{
color: #51396F;
}
</style>
background-color css
<style>
a { background-color: #51396F; }
a { background-color: rgb(81,57,111); }
div.DivClassName
{
background-color: #51396F;
}
.BgClassName
{
background-color: #51396F;
}
</style>
border-color css
<style>
span { border-color: #51396F; }
span { border-color: rgb(81,57,111); }
td.TdClassName
{
border-color: #51396F;
}
.TagClassName
{
border-color: #51396F;
}
</style>