Shades of Blue Diamond #5A1E76
Tints of Blue Diamond #5A1E76
RGB
CMYK
RGB Variations
Color information
#5A1E76 (or 0x5A1E76) is known color: Blue Diamond. HEX triplet: 5A, 1E and 76. RGB value is (90,30,118). Sum of RGB (Red+Green+Blue) = 90+30+118=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A1E76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E76 is #A5E189. Grayscale: #393939. Windows color (decimal): -10871178 or 7741018. OLE color: 7741018.
HSL color Cylindrical-coordinate representation of color #5A1E76: hue angle of 280.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A1E76 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 30 | 118 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.54 |
| HSL | 280.91º | 0.59% | 0.29% | - |
| HSV(B) | 280.91º | 0.75% | 0.46% | - |
| XYZ | 7.95 | 4.41 | 17.57 | - |
| YUV | 57.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 118 | 0.24 | 0.75 | 0 | 0.54 | 280.91 | 0.59 | 0.29 |
| Hex | 5A | 1E | 76 | 18 | 4B | 0 | 36 | 119 | 3B | 1D |
| Octal | 132 | 36 | 166 | 30 | 113 | 0 | 66 | 431 | 73 | 35 |
| Binary | 1011010 | 11110 | 1110110 | 11000 | 1001011 | 0 | 110110 | 100011001 | 111011 | 11101 |
Color Harmonies of #5A1E76
Complementary color
Monochromatic Colors of #5A1E76
Black with #5A1E76
Text Example
Text Example
White with #5A1E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E76; }
p { color: rgb(90,30,118); }
H1.HeaderClassName
{
color: #5A1E76;
}
.AnyTagClassName
{
color: #5A1E76;
}
</style>
background-color css
<style>
a { background-color: #5A1E76; }
a { background-color: rgb(90,30,118); }
div.DivClassName
{
background-color: #5A1E76;
}
.BgClassName
{
background-color: #5A1E76;
}
</style>
border-color css
<style>
span { border-color: #5A1E76; }
span { border-color: rgb(90,30,118); }
td.TdClassName
{
border-color: #5A1E76;
}
.TagClassName
{
border-color: #5A1E76;
}
</style>