Shades of Blue Diamond #5A1E77
Tints of Blue Diamond #5A1E77
RGB
CMYK
RGB Variations
Color information
#5A1E77 (or 0x5A1E77) is known color: Blue Diamond. HEX triplet: 5A, 1E and 77. RGB value is (90,30,119). Sum of RGB (Red+Green+Blue) = 90+30+119=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1E77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E77 is #A5E188. Grayscale: #393939. Windows color (decimal): -10871177 or 7806554. OLE color: 7806554.
HSL color Cylindrical-coordinate representation of color #5A1E77: hue angle of 280.45º 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 #5A1E77 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 30 | 119 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.53 |
| HSL | 280.45º | 0.6% | 0.29% | - |
| HSV(B) | 280.45º | 0.75% | 0.47% | - |
| XYZ | 8.01 | 4.43 | 17.89 | - |
| YUV | 58.09 | 162.38 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 119 | 0.24 | 0.75 | 0 | 0.53 | 280.45 | 0.6 | 0.29 |
| Hex | 5A | 1E | 77 | 18 | 4B | 0 | 35 | 118 | 3C | 1D |
| Octal | 132 | 36 | 167 | 30 | 113 | 0 | 65 | 430 | 74 | 35 |
| Binary | 1011010 | 11110 | 1110111 | 11000 | 1001011 | 0 | 110101 | 100011000 | 111100 | 11101 |
Color Harmonies of #5A1E77
Complementary color
Monochromatic Colors of #5A1E77
Black with #5A1E77
Text Example
Text Example
White with #5A1E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E77; }
p { color: rgb(90,30,119); }
H1.HeaderClassName
{
color: #5A1E77;
}
.AnyTagClassName
{
color: #5A1E77;
}
</style>
background-color css
<style>
a { background-color: #5A1E77; }
a { background-color: rgb(90,30,119); }
div.DivClassName
{
background-color: #5A1E77;
}
.BgClassName
{
background-color: #5A1E77;
}
</style>
border-color css
<style>
span { border-color: #5A1E77; }
span { border-color: rgb(90,30,119); }
td.TdClassName
{
border-color: #5A1E77;
}
.TagClassName
{
border-color: #5A1E77;
}
</style>