Shades of Victoria #5C568F
Tints of Victoria #5C568F
RGB
CMYK
RGB Variations
Color information
#5C568F (or 0x5C568F) is known color: Victoria. HEX triplet: 5C, 56 and 8F. RGB value is (92,86,143). Sum of RGB (Red+Green+Blue) = 92+86+143=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C568F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C568F is #A3A970. Grayscale: #5E5E5E. Windows color (decimal): -10725745 or 9393756. OLE color: 9393756.
HSL color Cylindrical-coordinate representation of color #5C568F: hue angle of 246.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C568F is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 86 | 143 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.44 |
| HSL | 246.32º | 0.25% | 0.45% | - |
| HSV(B) | 246.32º | 0.4% | 0.56% | - |
| XYZ | 12.7 | 10.91 | 27.42 | - |
| YUV | 94.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 86 | 143 | 0.36 | 0.40 | 0 | 0.44 | 246.32 | 0.25 | 0.45 |
| Hex | 5C | 56 | 8F | 24 | 28 | 0 | 2C | F6 | 19 | 2D |
| Octal | 134 | 126 | 217 | 44 | 50 | 0 | 54 | 366 | 31 | 55 |
| Binary | 1011100 | 1010110 | 10001111 | 100100 | 101000 | 0 | 101100 | 11110110 | 11001 | 101101 |
Color Harmonies of #5C568F
Complementary color
Monochromatic Colors of #5C568F
Black with #5C568F
Text Example
Text Example
White with #5C568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C568F; }
p { color: rgb(92,86,143); }
H1.HeaderClassName
{
color: #5C568F;
}
.AnyTagClassName
{
color: #5C568F;
}
</style>
background-color css
<style>
a { background-color: #5C568F; }
a { background-color: rgb(92,86,143); }
div.DivClassName
{
background-color: #5C568F;
}
.BgClassName
{
background-color: #5C568F;
}
</style>
border-color css
<style>
span { border-color: #5C568F; }
span { border-color: rgb(92,86,143); }
td.TdClassName
{
border-color: #5C568F;
}
.TagClassName
{
border-color: #5C568F;
}
</style>