Shades of Blue Diamond #5A1D75
Tints of Blue Diamond #5A1D75
RGB
CMYK
RGB Variations
Color information
#5A1D75 (or 0x5A1D75) is known color: Blue Diamond. HEX triplet: 5A, 1D and 75. RGB value is (90,29,117). Sum of RGB (Red+Green+Blue) = 90+29+117=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A1D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1D75 is #A5E28A. Grayscale: #383838. Windows color (decimal): -10871435 or 7675226. OLE color: 7675226.
HSL color Cylindrical-coordinate representation of color #5A1D75: hue angle of 281.59º degrees, saturation: 0.6, 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 #5A1D75 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 29 | 117 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.54 |
| HSL | 281.59º | 0.6% | 0.29% | - |
| HSV(B) | 281.59º | 0.75% | 0.46% | - |
| XYZ | 7.87 | 4.34 | 17.25 | - |
| YUV | 57.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 117 | 0.23 | 0.75 | 0 | 0.54 | 281.59 | 0.6 | 0.29 |
| Hex | 5A | 1D | 75 | 17 | 4B | 0 | 36 | 11A | 3C | 1D |
| Octal | 132 | 35 | 165 | 27 | 113 | 0 | 66 | 432 | 74 | 35 |
| Binary | 1011010 | 11101 | 1110101 | 10111 | 1001011 | 0 | 110110 | 100011010 | 111100 | 11101 |
Color Harmonies of #5A1D75
Complementary color
Monochromatic Colors of #5A1D75
Black with #5A1D75
Text Example
Text Example
White with #5A1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1D75; }
p { color: rgb(90,29,117); }
H1.HeaderClassName
{
color: #5A1D75;
}
.AnyTagClassName
{
color: #5A1D75;
}
</style>
background-color css
<style>
a { background-color: #5A1D75; }
a { background-color: rgb(90,29,117); }
div.DivClassName
{
background-color: #5A1D75;
}
.BgClassName
{
background-color: #5A1D75;
}
</style>
border-color css
<style>
span { border-color: #5A1D75; }
span { border-color: rgb(90,29,117); }
td.TdClassName
{
border-color: #5A1D75;
}
.TagClassName
{
border-color: #5A1D75;
}
</style>