Shades of Victoria #5A5088
Tints of Victoria #5A5088
RGB
CMYK
RGB Variations
Color information
#5A5088 (or 0x5A5088) is known color: Victoria. HEX triplet: 5A, 50 and 88. RGB value is (90,80,136). Sum of RGB (Red+Green+Blue) = 90+80+136=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5088 is #A5AF77. Grayscale: #595959. Windows color (decimal): -10858360 or 8933466. OLE color: 8933466.
HSL color Cylindrical-coordinate representation of color #5A5088: hue angle of 250.71º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A5088 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 80 | 136 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.47 |
| HSL | 250.71º | 0.26% | 0.42% | - |
| HSV(B) | 250.71º | 0.41% | 0.53% | - |
| XYZ | 11.53 | 9.69 | 24.55 | - |
| YUV | 89.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 136 | 0.34 | 0.41 | 0 | 0.47 | 250.71 | 0.26 | 0.42 |
| Hex | 5A | 50 | 88 | 22 | 29 | 0 | 2F | FB | 1A | 2A |
| Octal | 132 | 120 | 210 | 42 | 51 | 0 | 57 | 373 | 32 | 52 |
| Binary | 1011010 | 1010000 | 10001000 | 100010 | 101001 | 0 | 101111 | 11111011 | 11010 | 101010 |
Color Harmonies of #5A5088
Complementary color
Monochromatic Colors of #5A5088
Black with #5A5088
Text Example
Text Example
White with #5A5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5088; }
p { color: rgb(90,80,136); }
H1.HeaderClassName
{
color: #5A5088;
}
.AnyTagClassName
{
color: #5A5088;
}
</style>
background-color css
<style>
a { background-color: #5A5088; }
a { background-color: rgb(90,80,136); }
div.DivClassName
{
background-color: #5A5088;
}
.BgClassName
{
background-color: #5A5088;
}
</style>
border-color css
<style>
span { border-color: #5A5088; }
span { border-color: rgb(90,80,136); }
td.TdClassName
{
border-color: #5A5088;
}
.TagClassName
{
border-color: #5A5088;
}
</style>