Shades of Victoria #584A80
Tints of Victoria #584A80
RGB
CMYK
RGB Variations
Color information
#584A80 (or 0x584A80) is known color: Victoria. HEX triplet: 58, 4A and 80. RGB value is (88,74,128). Sum of RGB (Red+Green+Blue) = 88+74+128=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #584A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A80 is #A7B57F. Grayscale: #545454. Windows color (decimal): -10990976 or 8407640. OLE color: 8407640.
HSL color Cylindrical-coordinate representation of color #584A80: hue angle of 255.56º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584A80 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 74 | 128 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.50 |
| HSL | 255.56º | 0.27% | 0.4% | - |
| HSV(B) | 255.56º | 0.42% | 0.5% | - |
| XYZ | 10.37 | 8.53 | 21.52 | - |
| YUV | 84.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 128 | 0.31 | 0.42 | 0 | 0.50 | 255.56 | 0.27 | 0.4 |
| Hex | 58 | 4A | 80 | 1F | 2A | 0 | 32 | 100 | 1B | 28 |
| Octal | 130 | 112 | 200 | 37 | 52 | 0 | 62 | 400 | 33 | 50 |
| Binary | 1011000 | 1001010 | 10000000 | 11111 | 101010 | 0 | 110010 | 100000000 | 11011 | 101000 |
Color Harmonies of #584A80
Complementary color
Monochromatic Colors of #584A80
Black with #584A80
Text Example
Text Example
White with #584A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A80; }
p { color: rgb(88,74,128); }
H1.HeaderClassName
{
color: #584A80;
}
.AnyTagClassName
{
color: #584A80;
}
</style>
background-color css
<style>
a { background-color: #584A80; }
a { background-color: rgb(88,74,128); }
div.DivClassName
{
background-color: #584A80;
}
.BgClassName
{
background-color: #584A80;
}
</style>
border-color css
<style>
span { border-color: #584A80; }
span { border-color: rgb(88,74,128); }
td.TdClassName
{
border-color: #584A80;
}
.TagClassName
{
border-color: #584A80;
}
</style>