Shades of Victoria #524888
Tints of Victoria #524888
RGB
CMYK
RGB Variations
Color information
#524888 (or 0x524888) is known color: Victoria. HEX triplet: 52, 48 and 88. RGB value is (82,72,136). Sum of RGB (Red+Green+Blue) = 82+72+136=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #524888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524888 is #ADB777. Grayscale: #525252. Windows color (decimal): -11384696 or 8931410. OLE color: 8931410.
HSL color Cylindrical-coordinate representation of color #524888: hue angle of 249.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #524888 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 72 | 136 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.47 |
| HSL | 249.38º | 0.31% | 0.41% | - |
| HSV(B) | 249.38º | 0.47% | 0.53% | - |
| XYZ | 10.24 | 8.21 | 24.34 | - |
| YUV | 82.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 72 | 136 | 0.40 | 0.47 | 0 | 0.47 | 249.38 | 0.31 | 0.41 |
| Hex | 52 | 48 | 88 | 28 | 2F | 0 | 2F | F9 | 1F | 29 |
| Octal | 122 | 110 | 210 | 50 | 57 | 0 | 57 | 371 | 37 | 51 |
| Binary | 1010010 | 1001000 | 10001000 | 101000 | 101111 | 0 | 101111 | 11111001 | 11111 | 101001 |
Color Harmonies of #524888
Complementary color
Monochromatic Colors of #524888
Black with #524888
Text Example
Text Example
White with #524888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524888; }
p { color: rgb(82,72,136); }
H1.HeaderClassName
{
color: #524888;
}
.AnyTagClassName
{
color: #524888;
}
</style>
background-color css
<style>
a { background-color: #524888; }
a { background-color: rgb(82,72,136); }
div.DivClassName
{
background-color: #524888;
}
.BgClassName
{
background-color: #524888;
}
</style>
border-color css
<style>
span { border-color: #524888; }
span { border-color: rgb(82,72,136); }
td.TdClassName
{
border-color: #524888;
}
.TagClassName
{
border-color: #524888;
}
</style>