Shades of Victoria #584A7C
Tints of Victoria #584A7C
RGB
CMYK
RGB Variations
Color information
#584A7C (or 0x584A7C) is known color: Victoria. HEX triplet: 58, 4A and 7C. RGB value is (88,74,124). Sum of RGB (Red+Green+Blue) = 88+74+124=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #584A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A7C is #A7B583. Grayscale: #535353. Windows color (decimal): -10990980 or 8145496. OLE color: 8145496.
HSL color Cylindrical-coordinate representation of color #584A7C: hue angle of 256.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584A7C is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 74 | 124 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.51 |
| HSL | 256.8º | 0.25% | 0.39% | - |
| HSV(B) | 256.8º | 0.4% | 0.49% | - |
| XYZ | 10.11 | 8.43 | 20.16 | - |
| YUV | 83.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 124 | 0.29 | 0.40 | 0 | 0.51 | 256.8 | 0.25 | 0.39 |
| Hex | 58 | 4A | 7C | 1D | 28 | 0 | 33 | 101 | 19 | 27 |
| Octal | 130 | 112 | 174 | 35 | 50 | 0 | 63 | 401 | 31 | 47 |
| Binary | 1011000 | 1001010 | 1111100 | 11101 | 101000 | 0 | 110011 | 100000001 | 11001 | 100111 |
Color Harmonies of #584A7C
Complementary color
Monochromatic Colors of #584A7C
Black with #584A7C
Text Example
Text Example
White with #584A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A7C; }
p { color: rgb(88,74,124); }
H1.HeaderClassName
{
color: #584A7C;
}
.AnyTagClassName
{
color: #584A7C;
}
</style>
background-color css
<style>
a { background-color: #584A7C; }
a { background-color: rgb(88,74,124); }
div.DivClassName
{
background-color: #584A7C;
}
.BgClassName
{
background-color: #584A7C;
}
</style>
border-color css
<style>
span { border-color: #584A7C; }
span { border-color: rgb(88,74,124); }
td.TdClassName
{
border-color: #584A7C;
}
.TagClassName
{
border-color: #584A7C;
}
</style>