Shades of Victoria #52537D
Tints of Victoria #52537D
RGB
CMYK
RGB Variations
Color information
#52537D (or 0x52537D) is known color: Victoria. HEX triplet: 52, 53 and 7D. RGB value is (82,83,125). Sum of RGB (Red+Green+Blue) = 82+83+125=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #52537D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52537D is #ADAC82. Grayscale: #575757. Windows color (decimal): -11381891 or 8213330. OLE color: 8213330.
HSL color Cylindrical-coordinate representation of color #52537D: hue angle of 238.6º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52537D is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 83 | 125 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.51 |
| HSL | 238.6º | 0.21% | 0.41% | - |
| HSV(B) | 238.6º | 0.34% | 0.49% | - |
| XYZ | 10.27 | 9.46 | 20.69 | - |
| YUV | 87.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 125 | 0.34 | 0.34 | 0 | 0.51 | 238.6 | 0.21 | 0.41 |
| Hex | 52 | 53 | 7D | 22 | 22 | 0 | 33 | EF | 15 | 29 |
| Octal | 122 | 123 | 175 | 42 | 42 | 0 | 63 | 357 | 25 | 51 |
| Binary | 1010010 | 1010011 | 1111101 | 100010 | 100010 | 0 | 110011 | 11101111 | 10101 | 101001 |
Color Harmonies of #52537D
Complementary color
Monochromatic Colors of #52537D
Black with #52537D
Text Example
Text Example
White with #52537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52537D; }
p { color: rgb(82,83,125); }
H1.HeaderClassName
{
color: #52537D;
}
.AnyTagClassName
{
color: #52537D;
}
</style>
background-color css
<style>
a { background-color: #52537D; }
a { background-color: rgb(82,83,125); }
div.DivClassName
{
background-color: #52537D;
}
.BgClassName
{
background-color: #52537D;
}
</style>
border-color css
<style>
span { border-color: #52537D; }
span { border-color: rgb(82,83,125); }
td.TdClassName
{
border-color: #52537D;
}
.TagClassName
{
border-color: #52537D;
}
</style>