Shades of Victoria #5C4F7B
Tints of Victoria #5C4F7B
RGB
CMYK
RGB Variations
Color information
#5C4F7B (or 0x5C4F7B) is known color: Victoria. HEX triplet: 5C, 4F and 7B. RGB value is (92,79,123). Sum of RGB (Red+Green+Blue) = 92+79+123=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C4F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C4F7B is #A3B084. Grayscale: #575757. Windows color (decimal): -10727557 or 8081244. OLE color: 8081244.
HSL color Cylindrical-coordinate representation of color #5C4F7B: hue angle of 257.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C4F7B is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 79 | 123 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.52 |
| HSL | 257.73º | 0.22% | 0.4% | - |
| HSV(B) | 257.73º | 0.36% | 0.48% | - |
| XYZ | 10.78 | 9.3 | 19.97 | - |
| YUV | 87.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 79 | 123 | 0.25 | 0.36 | 0 | 0.52 | 257.73 | 0.22 | 0.4 |
| Hex | 5C | 4F | 7B | 19 | 24 | 0 | 34 | 102 | 16 | 28 |
| Octal | 134 | 117 | 173 | 31 | 44 | 0 | 64 | 402 | 26 | 50 |
| Binary | 1011100 | 1001111 | 1111011 | 11001 | 100100 | 0 | 110100 | 100000010 | 10110 | 101000 |
Color Harmonies of #5C4F7B
Complementary color
Monochromatic Colors of #5C4F7B
Black with #5C4F7B
Text Example
Text Example
White with #5C4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4F7B; }
p { color: rgb(92,79,123); }
H1.HeaderClassName
{
color: #5C4F7B;
}
.AnyTagClassName
{
color: #5C4F7B;
}
</style>
background-color css
<style>
a { background-color: #5C4F7B; }
a { background-color: rgb(92,79,123); }
div.DivClassName
{
background-color: #5C4F7B;
}
.BgClassName
{
background-color: #5C4F7B;
}
</style>
border-color css
<style>
span { border-color: #5C4F7B; }
span { border-color: rgb(92,79,123); }
td.TdClassName
{
border-color: #5C4F7B;
}
.TagClassName
{
border-color: #5C4F7B;
}
</style>