Shades of Victoria #584A76
Tints of Victoria #584A76
RGB
CMYK
RGB Variations
Color information
#584A76 (or 0x584A76) is known color: Victoria. HEX triplet: 58, 4A and 76. RGB value is (88,74,118). Sum of RGB (Red+Green+Blue) = 88+74+118=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #584A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A76 is #A7B589. Grayscale: #535353. Windows color (decimal): -10990986 or 7752280. OLE color: 7752280.
HSL color Cylindrical-coordinate representation of color #584A76: hue angle of 259.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #584A76 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 74 | 118 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.54 |
| HSL | 259.09º | 0.23% | 0.38% | - |
| HSV(B) | 259.09º | 0.37% | 0.46% | - |
| XYZ | 9.74 | 8.28 | 18.22 | - |
| YUV | 83.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 74 | 118 | 0.25 | 0.37 | 0 | 0.54 | 259.09 | 0.23 | 0.38 |
| Hex | 58 | 4A | 76 | 19 | 25 | 0 | 36 | 103 | 17 | 26 |
| Octal | 130 | 112 | 166 | 31 | 45 | 0 | 66 | 403 | 27 | 46 |
| Binary | 1011000 | 1001010 | 1110110 | 11001 | 100101 | 0 | 110110 | 100000011 | 10111 | 100110 |
Color Harmonies of #584A76
Complementary color
Monochromatic Colors of #584A76
Black with #584A76
Text Example
Text Example
White with #584A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584A76; }
p { color: rgb(88,74,118); }
H1.HeaderClassName
{
color: #584A76;
}
.AnyTagClassName
{
color: #584A76;
}
</style>
background-color css
<style>
a { background-color: #584A76; }
a { background-color: rgb(88,74,118); }
div.DivClassName
{
background-color: #584A76;
}
.BgClassName
{
background-color: #584A76;
}
</style>
border-color css
<style>
span { border-color: #584A76; }
span { border-color: rgb(88,74,118); }
td.TdClassName
{
border-color: #584A76;
}
.TagClassName
{
border-color: #584A76;
}
</style>