Shades of Blue Diamond #5B1E77
Tints of Blue Diamond #5B1E77
RGB
CMYK
RGB Variations
Color information
#5B1E77 (or 0x5B1E77) is known color: Blue Diamond. HEX triplet: 5B, 1E and 77. RGB value is (91,30,119). Sum of RGB (Red+Green+Blue) = 91+30+119=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B1E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1E77 is #A4E188. Grayscale: #3A3A3A. Windows color (decimal): -10805641 or 7806555. OLE color: 7806555.
HSL color Cylindrical-coordinate representation of color #5B1E77: hue angle of 281.12º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1E77 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 30 | 119 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.53 |
| HSL | 281.12º | 0.6% | 0.29% | - |
| HSV(B) | 281.12º | 0.75% | 0.47% | - |
| XYZ | 8.11 | 4.48 | 17.89 | - |
| YUV | 58.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 119 | 0.24 | 0.75 | 0 | 0.53 | 281.12 | 0.6 | 0.29 |
| Hex | 5B | 1E | 77 | 18 | 4B | 0 | 35 | 119 | 3C | 1D |
| Octal | 133 | 36 | 167 | 30 | 113 | 0 | 65 | 431 | 74 | 35 |
| Binary | 1011011 | 11110 | 1110111 | 11000 | 1001011 | 0 | 110101 | 100011001 | 111100 | 11101 |
Color Harmonies of #5B1E77
Complementary color
Monochromatic Colors of #5B1E77
Black with #5B1E77
Text Example
Text Example
White with #5B1E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E77; }
p { color: rgb(91,30,119); }
H1.HeaderClassName
{
color: #5B1E77;
}
.AnyTagClassName
{
color: #5B1E77;
}
</style>
background-color css
<style>
a { background-color: #5B1E77; }
a { background-color: rgb(91,30,119); }
div.DivClassName
{
background-color: #5B1E77;
}
.BgClassName
{
background-color: #5B1E77;
}
</style>
border-color css
<style>
span { border-color: #5B1E77; }
span { border-color: rgb(91,30,119); }
td.TdClassName
{
border-color: #5B1E77;
}
.TagClassName
{
border-color: #5B1E77;
}
</style>