Shades of Blue Diamond #5A1C78
Tints of Blue Diamond #5A1C78
RGB
CMYK
RGB Variations
Color information
#5A1C78 (or 0x5A1C78) is known color: Blue Diamond. HEX triplet: 5A, 1C and 78. RGB value is (90,28,120). Sum of RGB (Red+Green+Blue) = 90+28+120=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A1C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C78 is #A5E387. Grayscale: #383838. Windows color (decimal): -10871688 or 7871578. OLE color: 7871578.
HSL color Cylindrical-coordinate representation of color #5A1C78: hue angle of 280.43º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1C78 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 28 | 120 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.53 |
| HSL | 280.43º | 0.62% | 0.29% | - |
| HSV(B) | 280.43º | 0.77% | 0.47% | - |
| XYZ | 8.02 | 4.36 | 18.19 | - |
| YUV | 57.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 120 | 0.25 | 0.77 | 0 | 0.53 | 280.43 | 0.62 | 0.29 |
| Hex | 5A | 1C | 78 | 19 | 4D | 0 | 35 | 118 | 3E | 1D |
| Octal | 132 | 34 | 170 | 31 | 115 | 0 | 65 | 430 | 76 | 35 |
| Binary | 1011010 | 11100 | 1111000 | 11001 | 1001101 | 0 | 110101 | 100011000 | 111110 | 11101 |
Color Harmonies of #5A1C78
Complementary color
Monochromatic Colors of #5A1C78
Black with #5A1C78
Text Example
Text Example
White with #5A1C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C78; }
p { color: rgb(90,28,120); }
H1.HeaderClassName
{
color: #5A1C78;
}
.AnyTagClassName
{
color: #5A1C78;
}
</style>
background-color css
<style>
a { background-color: #5A1C78; }
a { background-color: rgb(90,28,120); }
div.DivClassName
{
background-color: #5A1C78;
}
.BgClassName
{
background-color: #5A1C78;
}
</style>
border-color css
<style>
span { border-color: #5A1C78; }
span { border-color: rgb(90,28,120); }
td.TdClassName
{
border-color: #5A1C78;
}
.TagClassName
{
border-color: #5A1C78;
}
</style>