Shades of Victoria #584B8B
Tints of Victoria #584B8B
RGB
CMYK
RGB Variations
Color information
#584B8B (or 0x584B8B) is known color: Victoria. HEX triplet: 58, 4B and 8B. RGB value is (88,75,139). Sum of RGB (Red+Green+Blue) = 88+75+139=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #584B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B8B is #A7B474. Grayscale: #555555. Windows color (decimal): -10990709 or 9128792. OLE color: 9128792.
HSL color Cylindrical-coordinate representation of color #584B8B: hue angle of 252.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #584B8B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 75 | 139 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.45 |
| HSL | 252.19º | 0.3% | 0.42% | - |
| HSV(B) | 252.19º | 0.46% | 0.55% | - |
| XYZ | 11.2 | 8.97 | 25.57 | - |
| YUV | 86.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 139 | 0.37 | 0.46 | 0 | 0.45 | 252.19 | 0.3 | 0.42 |
| Hex | 58 | 4B | 8B | 25 | 2E | 0 | 2D | FC | 1E | 2A |
| Octal | 130 | 113 | 213 | 45 | 56 | 0 | 55 | 374 | 36 | 52 |
| Binary | 1011000 | 1001011 | 10001011 | 100101 | 101110 | 0 | 101101 | 11111100 | 11110 | 101010 |
Color Harmonies of #584B8B
Complementary color
Monochromatic Colors of #584B8B
Black with #584B8B
Text Example
Text Example
White with #584B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B8B; }
p { color: rgb(88,75,139); }
H1.HeaderClassName
{
color: #584B8B;
}
.AnyTagClassName
{
color: #584B8B;
}
</style>
background-color css
<style>
a { background-color: #584B8B; }
a { background-color: rgb(88,75,139); }
div.DivClassName
{
background-color: #584B8B;
}
.BgClassName
{
background-color: #584B8B;
}
</style>
border-color css
<style>
span { border-color: #584B8B; }
span { border-color: rgb(88,75,139); }
td.TdClassName
{
border-color: #584B8B;
}
.TagClassName
{
border-color: #584B8B;
}
</style>