Shades of Victoria #584D7B
Tints of Victoria #584D7B
RGB
CMYK
RGB Variations
Color information
#584D7B (or 0x584D7B) is known color: Victoria. HEX triplet: 58, 4D and 7B. RGB value is (88,77,123). Sum of RGB (Red+Green+Blue) = 88+77+123=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 123 - color contains mainly: blue. Hex color #584D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D7B is #A7B284. Grayscale: #555555. Windows color (decimal): -10990213 or 8080728. OLE color: 8080728.
HSL color Cylindrical-coordinate representation of color #584D7B: hue angle of 254.35º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #584D7B is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 77 | 123 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.52 |
| HSL | 254.35º | 0.23% | 0.39% | - |
| HSV(B) | 254.35º | 0.37% | 0.48% | - |
| XYZ | 10.25 | 8.81 | 19.9 | - |
| YUV | 85.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 123 | 0.28 | 0.37 | 0 | 0.52 | 254.35 | 0.23 | 0.39 |
| Hex | 58 | 4D | 7B | 1C | 25 | 0 | 34 | FE | 17 | 27 |
| Octal | 130 | 115 | 173 | 34 | 45 | 0 | 64 | 376 | 27 | 47 |
| Binary | 1011000 | 1001101 | 1111011 | 11100 | 100101 | 0 | 110100 | 11111110 | 10111 | 100111 |
Color Harmonies of #584D7B
Complementary color
Monochromatic Colors of #584D7B
Black with #584D7B
Text Example
Text Example
White with #584D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D7B; }
p { color: rgb(88,77,123); }
H1.HeaderClassName
{
color: #584D7B;
}
.AnyTagClassName
{
color: #584D7B;
}
</style>
background-color css
<style>
a { background-color: #584D7B; }
a { background-color: rgb(88,77,123); }
div.DivClassName
{
background-color: #584D7B;
}
.BgClassName
{
background-color: #584D7B;
}
</style>
border-color css
<style>
span { border-color: #584D7B; }
span { border-color: rgb(88,77,123); }
td.TdClassName
{
border-color: #584D7B;
}
.TagClassName
{
border-color: #584D7B;
}
</style>