Shades of Victoria #58557B
Tints of Victoria #58557B
RGB
CMYK
RGB Variations
Color information
#58557B (or 0x58557B) is known color: Victoria. HEX triplet: 58, 55 and 7B. RGB value is (88,85,123). Sum of RGB (Red+Green+Blue) = 88+85+123=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 123 - color contains mainly: blue. Hex color #58557B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58557B is #A7AA84. Grayscale: #5A5A5A. Windows color (decimal): -10988165 or 8082776. OLE color: 8082776.
HSL color Cylindrical-coordinate representation of color #58557B: hue angle of 244.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58557B is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 85 | 123 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.52 |
| HSL | 244.74º | 0.18% | 0.41% | - |
| HSV(B) | 244.74º | 0.31% | 0.48% | - |
| XYZ | 10.85 | 10 | 20.1 | - |
| YUV | 90.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 123 | 0.28 | 0.31 | 0 | 0.52 | 244.74 | 0.18 | 0.41 |
| Hex | 58 | 55 | 7B | 1C | 1F | 0 | 34 | F5 | 12 | 29 |
| Octal | 130 | 125 | 173 | 34 | 37 | 0 | 64 | 365 | 22 | 51 |
| Binary | 1011000 | 1010101 | 1111011 | 11100 | 11111 | 0 | 110100 | 11110101 | 10010 | 101001 |
Color Harmonies of #58557B
Complementary color
Monochromatic Colors of #58557B
Black with #58557B
Text Example
Text Example
White with #58557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58557B; }
p { color: rgb(88,85,123); }
H1.HeaderClassName
{
color: #58557B;
}
.AnyTagClassName
{
color: #58557B;
}
</style>
background-color css
<style>
a { background-color: #58557B; }
a { background-color: rgb(88,85,123); }
div.DivClassName
{
background-color: #58557B;
}
.BgClassName
{
background-color: #58557B;
}
</style>
border-color css
<style>
span { border-color: #58557B; }
span { border-color: rgb(88,85,123); }
td.TdClassName
{
border-color: #58557B;
}
.TagClassName
{
border-color: #58557B;
}
</style>