Shades of Blue Diamond #5B1C76
Tints of Blue Diamond #5B1C76
RGB
CMYK
RGB Variations
Color information
#5B1C76 (or 0x5B1C76) is known color: Blue Diamond. HEX triplet: 5B, 1C and 76. RGB value is (91,28,118). Sum of RGB (Red+Green+Blue) = 91+28+118=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B1C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B1C76 is #A4E389. Grayscale: #383838. Windows color (decimal): -10806154 or 7740507. OLE color: 7740507.
HSL color Cylindrical-coordinate representation of color #5B1C76: hue angle of 282º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1C76 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 28 | 118 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.54 |
| HSL | 282º | 0.62% | 0.29% | - |
| HSV(B) | 282º | 0.76% | 0.46% | - |
| XYZ | 8 | 4.36 | 17.56 | - |
| YUV | 57.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 118 | 0.23 | 0.76 | 0 | 0.54 | 282 | 0.62 | 0.29 |
| Hex | 5B | 1C | 76 | 17 | 4C | 0 | 36 | 11A | 3E | 1D |
| Octal | 133 | 34 | 166 | 27 | 114 | 0 | 66 | 432 | 76 | 35 |
| Binary | 1011011 | 11100 | 1110110 | 10111 | 1001100 | 0 | 110110 | 100011010 | 111110 | 11101 |
Color Harmonies of #5B1C76
Complementary color
Monochromatic Colors of #5B1C76
Black with #5B1C76
Text Example
Text Example
White with #5B1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C76; }
p { color: rgb(91,28,118); }
H1.HeaderClassName
{
color: #5B1C76;
}
.AnyTagClassName
{
color: #5B1C76;
}
</style>
background-color css
<style>
a { background-color: #5B1C76; }
a { background-color: rgb(91,28,118); }
div.DivClassName
{
background-color: #5B1C76;
}
.BgClassName
{
background-color: #5B1C76;
}
</style>
border-color css
<style>
span { border-color: #5B1C76; }
span { border-color: rgb(91,28,118); }
td.TdClassName
{
border-color: #5B1C76;
}
.TagClassName
{
border-color: #5B1C76;
}
</style>