Shades of Victoria #5C538B
Tints of Victoria #5C538B
RGB
CMYK
RGB Variations
Color information
#5C538B (or 0x5C538B) is known color: Victoria. HEX triplet: 5C, 53 and 8B. RGB value is (92,83,139). Sum of RGB (Red+Green+Blue) = 92+83+139=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C538B is #A3AC74. Grayscale: #5B5B5B. Windows color (decimal): -10726517 or 9130844. OLE color: 9130844.
HSL color Cylindrical-coordinate representation of color #5C538B: hue angle of 249.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C538B is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 83 | 139 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.45 |
| HSL | 249.64º | 0.25% | 0.44% | - |
| HSV(B) | 249.64º | 0.4% | 0.55% | - |
| XYZ | 12.17 | 10.33 | 25.78 | - |
| YUV | 92.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 83 | 139 | 0.34 | 0.40 | 0 | 0.45 | 249.64 | 0.25 | 0.44 |
| Hex | 5C | 53 | 8B | 22 | 28 | 0 | 2D | FA | 19 | 2C |
| Octal | 134 | 123 | 213 | 42 | 50 | 0 | 55 | 372 | 31 | 54 |
| Binary | 1011100 | 1010011 | 10001011 | 100010 | 101000 | 0 | 101101 | 11111010 | 11001 | 101100 |
Color Harmonies of #5C538B
Complementary color
Monochromatic Colors of #5C538B
Black with #5C538B
Text Example
Text Example
White with #5C538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C538B; }
p { color: rgb(92,83,139); }
H1.HeaderClassName
{
color: #5C538B;
}
.AnyTagClassName
{
color: #5C538B;
}
</style>
background-color css
<style>
a { background-color: #5C538B; }
a { background-color: rgb(92,83,139); }
div.DivClassName
{
background-color: #5C538B;
}
.BgClassName
{
background-color: #5C538B;
}
</style>
border-color css
<style>
span { border-color: #5C538B; }
span { border-color: rgb(92,83,139); }
td.TdClassName
{
border-color: #5C538B;
}
.TagClassName
{
border-color: #5C538B;
}
</style>