Shades of Blue Diamond #53266E
Tints of Blue Diamond #53266E
RGB
CMYK
RGB Variations
Color information
#53266E (or 0x53266E) is known color: Blue Diamond. HEX triplet: 53, 26 and 6E. RGB value is (83,38,110). Sum of RGB (Red+Green+Blue) = 83+38+110=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #53266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53266E is #ACD991. Grayscale: #3B3B3B. Windows color (decimal): -11327890 or 7218771. OLE color: 7218771.
HSL color Cylindrical-coordinate representation of color #53266E: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53266E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 38 | 110 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.57 |
| HSL | 277.5º | 0.49% | 0.29% | - |
| HSV(B) | 277.5º | 0.65% | 0.43% | - |
| XYZ | 7.07 | 4.35 | 15.22 | - |
| YUV | 59.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 110 | 0.25 | 0.65 | 0 | 0.57 | 277.5 | 0.49 | 0.29 |
| Hex | 53 | 26 | 6E | 19 | 41 | 0 | 39 | 116 | 31 | 1D |
| Octal | 123 | 46 | 156 | 31 | 101 | 0 | 71 | 426 | 61 | 35 |
| Binary | 1010011 | 100110 | 1101110 | 11001 | 1000001 | 0 | 111001 | 100010110 | 110001 | 11101 |
Color Harmonies of #53266E
Complementary color
Monochromatic Colors of #53266E
Black with #53266E
Text Example
Text Example
White with #53266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53266E; }
p { color: rgb(83,38,110); }
H1.HeaderClassName
{
color: #53266E;
}
.AnyTagClassName
{
color: #53266E;
}
</style>
background-color css
<style>
a { background-color: #53266E; }
a { background-color: rgb(83,38,110); }
div.DivClassName
{
background-color: #53266E;
}
.BgClassName
{
background-color: #53266E;
}
</style>
border-color css
<style>
span { border-color: #53266E; }
span { border-color: rgb(83,38,110); }
td.TdClassName
{
border-color: #53266E;
}
.TagClassName
{
border-color: #53266E;
}
</style>