Shades of Blue Diamond #531B77
Tints of Blue Diamond #531B77
RGB
CMYK
RGB Variations
Color information
#531B77 (or 0x531B77) is known color: Blue Diamond. HEX triplet: 53, 1B and 77. RGB value is (83,27,119). Sum of RGB (Red+Green+Blue) = 83+27+119=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #531B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B77 is #ACE488. Grayscale: #353535. Windows color (decimal): -11330697 or 7805779. OLE color: 7805779.
HSL color Cylindrical-coordinate representation of color #531B77: hue angle of 276.52º degrees, saturation: 0.63, 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 #531B77 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 27 | 119 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.53 |
| HSL | 276.52º | 0.63% | 0.29% | - |
| HSV(B) | 276.52º | 0.77% | 0.47% | - |
| XYZ | 7.29 | 3.95 | 17.83 | - |
| YUV | 54.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 119 | 0.30 | 0.77 | 0 | 0.53 | 276.52 | 0.63 | 0.29 |
| Hex | 53 | 1B | 77 | 1E | 4D | 0 | 35 | 115 | 3F | 1D |
| Octal | 123 | 33 | 167 | 36 | 115 | 0 | 65 | 425 | 77 | 35 |
| Binary | 1010011 | 11011 | 1110111 | 11110 | 1001101 | 0 | 110101 | 100010101 | 111111 | 11101 |
Color Harmonies of #531B77
Complementary color
Monochromatic Colors of #531B77
Black with #531B77
Text Example
Text Example
White with #531B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B77; }
p { color: rgb(83,27,119); }
H1.HeaderClassName
{
color: #531B77;
}
.AnyTagClassName
{
color: #531B77;
}
</style>
background-color css
<style>
a { background-color: #531B77; }
a { background-color: rgb(83,27,119); }
div.DivClassName
{
background-color: #531B77;
}
.BgClassName
{
background-color: #531B77;
}
</style>
border-color css
<style>
span { border-color: #531B77; }
span { border-color: rgb(83,27,119); }
td.TdClassName
{
border-color: #531B77;
}
.TagClassName
{
border-color: #531B77;
}
</style>