Shades of Blue Diamond #53266B
Tints of Blue Diamond #53266B
RGB
CMYK
RGB Variations
Color information
#53266B (or 0x53266B) is known color: Blue Diamond. HEX triplet: 53, 26 and 6B. RGB value is (83,38,107). Sum of RGB (Red+Green+Blue) = 83+38+107=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #53266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53266B is #ACD994. Grayscale: #3B3B3B. Windows color (decimal): -11327893 or 7022163. OLE color: 7022163.
HSL color Cylindrical-coordinate representation of color #53266B: hue angle of 279.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53266B is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 38 | 107 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.58 |
| HSL | 279.13º | 0.48% | 0.28% | - |
| HSV(B) | 279.13º | 0.64% | 0.42% | - |
| XYZ | 6.91 | 4.29 | 14.37 | - |
| YUV | 59.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 107 | 0.22 | 0.64 | 0 | 0.58 | 279.13 | 0.48 | 0.28 |
| Hex | 53 | 26 | 6B | 16 | 40 | 0 | 3A | 117 | 30 | 1C |
| Octal | 123 | 46 | 153 | 26 | 100 | 0 | 72 | 427 | 60 | 34 |
| Binary | 1010011 | 100110 | 1101011 | 10110 | 1000000 | 0 | 111010 | 100010111 | 110000 | 11100 |
Color Harmonies of #53266B
Complementary color
Monochromatic Colors of #53266B
Black with #53266B
Text Example
Text Example
White with #53266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53266B; }
p { color: rgb(83,38,107); }
H1.HeaderClassName
{
color: #53266B;
}
.AnyTagClassName
{
color: #53266B;
}
</style>
background-color css
<style>
a { background-color: #53266B; }
a { background-color: rgb(83,38,107); }
div.DivClassName
{
background-color: #53266B;
}
.BgClassName
{
background-color: #53266B;
}
</style>
border-color css
<style>
span { border-color: #53266B; }
span { border-color: rgb(83,38,107); }
td.TdClassName
{
border-color: #53266B;
}
.TagClassName
{
border-color: #53266B;
}
</style>