Shades of Victoria #584A83
Tints of Victoria #584A83
RGB
CMYK
RGB Variations
Color information
#584A83 (or 0x584A83) is known color: Victoria. HEX triplet: 58, 4A and 83. RGB value is (88,74,131). Sum of RGB (Red+Green+Blue) = 88+74+131=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #584A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584A83 is #A7B57C. Grayscale: #545454. Windows color (decimal): -10990973 or 8604248. OLE color: 8604248.
HSL color Cylindrical-coordinate representation of color #584A83: hue angle of 254.74º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584A83 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 74 | 131 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.49 |
| HSL | 254.74º | 0.28% | 0.4% | - |
| HSV(B) | 254.74º | 0.44% | 0.51% | - |
| XYZ | 10.57 | 8.61 | 22.58 | - |
| YUV | 84.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 131 | 0.33 | 0.44 | 0 | 0.49 | 254.74 | 0.28 | 0.4 |
| Hex | 58 | 4A | 83 | 21 | 2C | 0 | 31 | FF | 1C | 28 |
| Octal | 130 | 112 | 203 | 41 | 54 | 0 | 61 | 377 | 34 | 50 |
| Binary | 1011000 | 1001010 | 10000011 | 100001 | 101100 | 0 | 110001 | 11111111 | 11100 | 101000 |
Color Harmonies of #584A83
Complementary color
Monochromatic Colors of #584A83
Black with #584A83
Text Example
Text Example
White with #584A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A83; }
p { color: rgb(88,74,131); }
H1.HeaderClassName
{
color: #584A83;
}
.AnyTagClassName
{
color: #584A83;
}
</style>
background-color css
<style>
a { background-color: #584A83; }
a { background-color: rgb(88,74,131); }
div.DivClassName
{
background-color: #584A83;
}
.BgClassName
{
background-color: #584A83;
}
</style>
border-color css
<style>
span { border-color: #584A83; }
span { border-color: rgb(88,74,131); }
td.TdClassName
{
border-color: #584A83;
}
.TagClassName
{
border-color: #584A83;
}
</style>