Shades of Blue Diamond #53386F
Tints of Blue Diamond #53386F
RGB
CMYK
RGB Variations
Color information
#53386F (or 0x53386F) is known color: Blue Diamond. HEX triplet: 53, 38 and 6F. RGB value is (83,56,111). Sum of RGB (Red+Green+Blue) = 83+56+111=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #53386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53386F is #ACC790. Grayscale: #464646. Windows color (decimal): -11323281 or 7288915. OLE color: 7288915.
HSL color Cylindrical-coordinate representation of color #53386F: hue angle of 269.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53386F is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 56 | 111 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.56 |
| HSL | 269.45º | 0.33% | 0.33% | - |
| HSV(B) | 269.45º | 0.5% | 0.44% | - |
| XYZ | 7.85 | 5.82 | 15.75 | - |
| YUV | 70.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 111 | 0.25 | 0.50 | 0 | 0.56 | 269.45 | 0.33 | 0.33 |
| Hex | 53 | 38 | 6F | 19 | 32 | 0 | 38 | 10D | 21 | 21 |
| Octal | 123 | 70 | 157 | 31 | 62 | 0 | 70 | 415 | 41 | 41 |
| Binary | 1010011 | 111000 | 1101111 | 11001 | 110010 | 0 | 111000 | 100001101 | 100001 | 100001 |
Color Harmonies of #53386F
Complementary color
Monochromatic Colors of #53386F
Black with #53386F
Text Example
Text Example
White with #53386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53386F; }
p { color: rgb(83,56,111); }
H1.HeaderClassName
{
color: #53386F;
}
.AnyTagClassName
{
color: #53386F;
}
</style>
background-color css
<style>
a { background-color: #53386F; }
a { background-color: rgb(83,56,111); }
div.DivClassName
{
background-color: #53386F;
}
.BgClassName
{
background-color: #53386F;
}
</style>
border-color css
<style>
span { border-color: #53386F; }
span { border-color: rgb(83,56,111); }
td.TdClassName
{
border-color: #53386F;
}
.TagClassName
{
border-color: #53386F;
}
</style>