Shades of Blue Diamond #501B85
Tints of Blue Diamond #501B85
RGB
CMYK
RGB Variations
Color information
#501B85 (or 0x501B85) is known color: Blue Diamond. HEX triplet: 50, 1B and 85. RGB value is (80,27,133). Sum of RGB (Red+Green+Blue) = 80+27+133=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #501B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501B85 is #AFE47A. Grayscale: #363636. Windows color (decimal): -11527291 or 8723280. OLE color: 8723280.
HSL color Cylindrical-coordinate representation of color #501B85: hue angle of 270º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501B85 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 27 | 133 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.48 |
| HSL | 270º | 0.66% | 0.31% | - |
| HSV(B) | 270º | 0.8% | 0.52% | - |
| XYZ | 7.93 | 4.18 | 22.58 | - |
| YUV | 54.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 133 | 0.40 | 0.80 | 0 | 0.48 | 270 | 0.66 | 0.31 |
| Hex | 50 | 1B | 85 | 28 | 50 | 0 | 30 | 10E | 42 | 1F |
| Octal | 120 | 33 | 205 | 50 | 120 | 0 | 60 | 416 | 102 | 37 |
| Binary | 1010000 | 11011 | 10000101 | 101000 | 1010000 | 0 | 110000 | 100001110 | 1000010 | 11111 |
Color Harmonies of #501B85
Complementary color
Monochromatic Colors of #501B85
Black with #501B85
Text Example
Text Example
White with #501B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501B85; }
p { color: rgb(80,27,133); }
H1.HeaderClassName
{
color: #501B85;
}
.AnyTagClassName
{
color: #501B85;
}
</style>
background-color css
<style>
a { background-color: #501B85; }
a { background-color: rgb(80,27,133); }
div.DivClassName
{
background-color: #501B85;
}
.BgClassName
{
background-color: #501B85;
}
</style>
border-color css
<style>
span { border-color: #501B85; }
span { border-color: rgb(80,27,133); }
td.TdClassName
{
border-color: #501B85;
}
.TagClassName
{
border-color: #501B85;
}
</style>