Shades of Victoria #525089
Tints of Victoria #525089
RGB
CMYK
RGB Variations
Color information
#525089 (or 0x525089) is known color: Victoria. HEX triplet: 52, 50 and 89. RGB value is (82,80,137). Sum of RGB (Red+Green+Blue) = 82+80+137=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #525089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525089 is #ADAF76. Grayscale: #565656. Windows color (decimal): -11382647 or 8998994. OLE color: 8998994.
HSL color Cylindrical-coordinate representation of color #525089: hue angle of 242.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #525089 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 80 | 137 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.46 |
| HSL | 242.11º | 0.26% | 0.43% | - |
| HSV(B) | 242.11º | 0.42% | 0.54% | - |
| XYZ | 10.86 | 9.34 | 24.9 | - |
| YUV | 87.1 | 156.16 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 137 | 0.40 | 0.42 | 0 | 0.46 | 242.11 | 0.26 | 0.43 |
| Hex | 52 | 50 | 89 | 28 | 2A | 0 | 2E | F2 | 1A | 2B |
| Octal | 122 | 120 | 211 | 50 | 52 | 0 | 56 | 362 | 32 | 53 |
| Binary | 1010010 | 1010000 | 10001001 | 101000 | 101010 | 0 | 101110 | 11110010 | 11010 | 101011 |
Color Harmonies of #525089
Complementary color
Monochromatic Colors of #525089
Black with #525089
Text Example
Text Example
White with #525089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525089; }
p { color: rgb(82,80,137); }
H1.HeaderClassName
{
color: #525089;
}
.AnyTagClassName
{
color: #525089;
}
</style>
background-color css
<style>
a { background-color: #525089; }
a { background-color: rgb(82,80,137); }
div.DivClassName
{
background-color: #525089;
}
.BgClassName
{
background-color: #525089;
}
</style>
border-color css
<style>
span { border-color: #525089; }
span { border-color: rgb(82,80,137); }
td.TdClassName
{
border-color: #525089;
}
.TagClassName
{
border-color: #525089;
}
</style>