Shades of Blue Diamond #53276C
Tints of Blue Diamond #53276C
RGB
CMYK
RGB Variations
Color information
#53276C (or 0x53276C) is known color: Blue Diamond. HEX triplet: 53, 27 and 6C. RGB value is (83,39,108). Sum of RGB (Red+Green+Blue) = 83+39+108=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #53276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53276C is #ACD893. Grayscale: #3B3B3B. Windows color (decimal): -11327636 or 7087955. OLE color: 7087955.
HSL color Cylindrical-coordinate representation of color #53276C: hue angle of 278.26º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53276C is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 39 | 108 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.58 |
| HSL | 278.26º | 0.47% | 0.29% | - |
| HSV(B) | 278.26º | 0.64% | 0.42% | - |
| XYZ | 7 | 4.37 | 14.66 | - |
| YUV | 60.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 108 | 0.23 | 0.64 | 0 | 0.58 | 278.26 | 0.47 | 0.29 |
| Hex | 53 | 27 | 6C | 17 | 40 | 0 | 3A | 116 | 2F | 1D |
| Octal | 123 | 47 | 154 | 27 | 100 | 0 | 72 | 426 | 57 | 35 |
| Binary | 1010011 | 100111 | 1101100 | 10111 | 1000000 | 0 | 111010 | 100010110 | 101111 | 11101 |
Color Harmonies of #53276C
Complementary color
Monochromatic Colors of #53276C
Black with #53276C
Text Example
Text Example
White with #53276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53276C; }
p { color: rgb(83,39,108); }
H1.HeaderClassName
{
color: #53276C;
}
.AnyTagClassName
{
color: #53276C;
}
</style>
background-color css
<style>
a { background-color: #53276C; }
a { background-color: rgb(83,39,108); }
div.DivClassName
{
background-color: #53276C;
}
.BgClassName
{
background-color: #53276C;
}
</style>
border-color css
<style>
span { border-color: #53276C; }
span { border-color: rgb(83,39,108); }
td.TdClassName
{
border-color: #53276C;
}
.TagClassName
{
border-color: #53276C;
}
</style>