Shades of Victoria #5C567B
Tints of Victoria #5C567B
RGB
CMYK
RGB Variations
Color information
#5C567B (or 0x5C567B) is known color: Victoria. HEX triplet: 5C, 56 and 7B. RGB value is (92,86,123). Sum of RGB (Red+Green+Blue) = 92+86+123=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C567B is #A3A984. Grayscale: #5B5B5B. Windows color (decimal): -10725765 or 8083036. OLE color: 8083036.
HSL color Cylindrical-coordinate representation of color #5C567B: hue angle of 249.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C567B is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 86 | 123 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.52 |
| HSL | 249.73º | 0.18% | 0.41% | - |
| HSV(B) | 249.73º | 0.3% | 0.48% | - |
| XYZ | 11.32 | 10.36 | 20.14 | - |
| YUV | 92.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 123 | 0.25 | 0.30 | 0 | 0.52 | 249.73 | 0.18 | 0.41 |
| Hex | 5C | 56 | 7B | 19 | 1E | 0 | 34 | FA | 12 | 29 |
| Octal | 134 | 126 | 173 | 31 | 36 | 0 | 64 | 372 | 22 | 51 |
| Binary | 1011100 | 1010110 | 1111011 | 11001 | 11110 | 0 | 110100 | 11111010 | 10010 | 101001 |
Color Harmonies of #5C567B
Complementary color
Monochromatic Colors of #5C567B
Black with #5C567B
Text Example
Text Example
White with #5C567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C567B; }
p { color: rgb(92,86,123); }
H1.HeaderClassName
{
color: #5C567B;
}
.AnyTagClassName
{
color: #5C567B;
}
</style>
background-color css
<style>
a { background-color: #5C567B; }
a { background-color: rgb(92,86,123); }
div.DivClassName
{
background-color: #5C567B;
}
.BgClassName
{
background-color: #5C567B;
}
</style>
border-color css
<style>
span { border-color: #5C567B; }
span { border-color: rgb(92,86,123); }
td.TdClassName
{
border-color: #5C567B;
}
.TagClassName
{
border-color: #5C567B;
}
</style>