Shades of Victoria #5B527F
Tints of Victoria #5B527F
RGB
CMYK
RGB Variations
Color information
#5B527F (or 0x5B527F) is known color: Victoria. HEX triplet: 5B, 52 and 7F. RGB value is (91,82,127). Sum of RGB (Red+Green+Blue) = 91+82+127=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B527F is #A4AD80. Grayscale: #595959. Windows color (decimal): -10792321 or 8344155. OLE color: 8344155.
HSL color Cylindrical-coordinate representation of color #5B527F: hue angle of 252º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B527F is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 82 | 127 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.50 |
| HSL | 252º | 0.22% | 0.41% | - |
| HSV(B) | 252º | 0.35% | 0.5% | - |
| XYZ | 11.16 | 9.79 | 21.38 | - |
| YUV | 89.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 127 | 0.28 | 0.35 | 0 | 0.50 | 252 | 0.22 | 0.41 |
| Hex | 5B | 52 | 7F | 1C | 23 | 0 | 32 | FC | 16 | 29 |
| Octal | 133 | 122 | 177 | 34 | 43 | 0 | 62 | 374 | 26 | 51 |
| Binary | 1011011 | 1010010 | 1111111 | 11100 | 100011 | 0 | 110010 | 11111100 | 10110 | 101001 |
Color Harmonies of #5B527F
Complementary color
Monochromatic Colors of #5B527F
Black with #5B527F
Text Example
Text Example
White with #5B527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B527F; }
p { color: rgb(91,82,127); }
H1.HeaderClassName
{
color: #5B527F;
}
.AnyTagClassName
{
color: #5B527F;
}
</style>
background-color css
<style>
a { background-color: #5B527F; }
a { background-color: rgb(91,82,127); }
div.DivClassName
{
background-color: #5B527F;
}
.BgClassName
{
background-color: #5B527F;
}
</style>
border-color css
<style>
span { border-color: #5B527F; }
span { border-color: rgb(91,82,127); }
td.TdClassName
{
border-color: #5B527F;
}
.TagClassName
{
border-color: #5B527F;
}
</style>