Shades of Victoria #5C578B
Tints of Victoria #5C578B
RGB
CMYK
RGB Variations
Color information
#5C578B (or 0x5C578B) is known color: Victoria. HEX triplet: 5C, 57 and 8B. RGB value is (92,87,139). Sum of RGB (Red+Green+Blue) = 92+87+139=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C578B is #A3A874. Grayscale: #5E5E5E. Windows color (decimal): -10725493 or 9131868. OLE color: 9131868.
HSL color Cylindrical-coordinate representation of color #5C578B: hue angle of 245.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C578B is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 87 | 139 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.45 |
| HSL | 245.77º | 0.23% | 0.44% | - |
| HSV(B) | 245.77º | 0.37% | 0.55% | - |
| XYZ | 12.48 | 10.96 | 25.88 | - |
| YUV | 94.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 87 | 139 | 0.34 | 0.37 | 0 | 0.45 | 245.77 | 0.23 | 0.44 |
| Hex | 5C | 57 | 8B | 22 | 25 | 0 | 2D | F6 | 17 | 2C |
| Octal | 134 | 127 | 213 | 42 | 45 | 0 | 55 | 366 | 27 | 54 |
| Binary | 1011100 | 1010111 | 10001011 | 100010 | 100101 | 0 | 101101 | 11110110 | 10111 | 101100 |
Color Harmonies of #5C578B
Complementary color
Monochromatic Colors of #5C578B
Black with #5C578B
Text Example
Text Example
White with #5C578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C578B; }
p { color: rgb(92,87,139); }
H1.HeaderClassName
{
color: #5C578B;
}
.AnyTagClassName
{
color: #5C578B;
}
</style>
background-color css
<style>
a { background-color: #5C578B; }
a { background-color: rgb(92,87,139); }
div.DivClassName
{
background-color: #5C578B;
}
.BgClassName
{
background-color: #5C578B;
}
</style>
border-color css
<style>
span { border-color: #5C578B; }
span { border-color: rgb(92,87,139); }
td.TdClassName
{
border-color: #5C578B;
}
.TagClassName
{
border-color: #5C578B;
}
</style>