Shades of Victoria #584B8D
Tints of Victoria #584B8D
RGB
CMYK
RGB Variations
Color information
#584B8D (or 0x584B8D) is known color: Victoria. HEX triplet: 58, 4B and 8D. RGB value is (88,75,141). Sum of RGB (Red+Green+Blue) = 88+75+141=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #584B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584B8D is #A7B472. Grayscale: #565656. Windows color (decimal): -10990707 or 9259864. OLE color: 9259864.
HSL color Cylindrical-coordinate representation of color #584B8D: hue angle of 251.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584B8D is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 75 | 141 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.45 |
| HSL | 251.82º | 0.31% | 0.42% | - |
| HSV(B) | 251.82º | 0.47% | 0.55% | - |
| XYZ | 11.35 | 9.03 | 26.34 | - |
| YUV | 86.41 | 158.81 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 141 | 0.38 | 0.47 | 0 | 0.45 | 251.82 | 0.31 | 0.42 |
| Hex | 58 | 4B | 8D | 26 | 2F | 0 | 2D | FC | 1F | 2A |
| Octal | 130 | 113 | 215 | 46 | 57 | 0 | 55 | 374 | 37 | 52 |
| Binary | 1011000 | 1001011 | 10001101 | 100110 | 101111 | 0 | 101101 | 11111100 | 11111 | 101010 |
Color Harmonies of #584B8D
Complementary color
Monochromatic Colors of #584B8D
Black with #584B8D
Text Example
Text Example
White with #584B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B8D; }
p { color: rgb(88,75,141); }
H1.HeaderClassName
{
color: #584B8D;
}
.AnyTagClassName
{
color: #584B8D;
}
</style>
background-color css
<style>
a { background-color: #584B8D; }
a { background-color: rgb(88,75,141); }
div.DivClassName
{
background-color: #584B8D;
}
.BgClassName
{
background-color: #584B8D;
}
</style>
border-color css
<style>
span { border-color: #584B8D; }
span { border-color: rgb(88,75,141); }
td.TdClassName
{
border-color: #584B8D;
}
.TagClassName
{
border-color: #584B8D;
}
</style>