Shades of Victoria #5C527F
Tints of Victoria #5C527F
RGB
CMYK
RGB Variations
Color information
#5C527F (or 0x5C527F) is known color: Victoria. HEX triplet: 5C, 52 and 7F. RGB value is (92,82,127). Sum of RGB (Red+Green+Blue) = 92+82+127=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C527F is #A3AD80. Grayscale: #595959. Windows color (decimal): -10726785 or 8344156. OLE color: 8344156.
HSL color Cylindrical-coordinate representation of color #5C527F: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C527F is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 82 | 127 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.50 |
| HSL | 253.33º | 0.22% | 0.41% | - |
| HSV(B) | 253.33º | 0.35% | 0.5% | - |
| XYZ | 11.26 | 9.84 | 21.38 | - |
| YUV | 90.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 82 | 127 | 0.28 | 0.35 | 0 | 0.50 | 253.33 | 0.22 | 0.41 |
| Hex | 5C | 52 | 7F | 1C | 23 | 0 | 32 | FD | 16 | 29 |
| Octal | 134 | 122 | 177 | 34 | 43 | 0 | 62 | 375 | 26 | 51 |
| Binary | 1011100 | 1010010 | 1111111 | 11100 | 100011 | 0 | 110010 | 11111101 | 10110 | 101001 |
Color Harmonies of #5C527F
Complementary color
Monochromatic Colors of #5C527F
Black with #5C527F
Text Example
Text Example
White with #5C527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C527F; }
p { color: rgb(92,82,127); }
H1.HeaderClassName
{
color: #5C527F;
}
.AnyTagClassName
{
color: #5C527F;
}
</style>
background-color css
<style>
a { background-color: #5C527F; }
a { background-color: rgb(92,82,127); }
div.DivClassName
{
background-color: #5C527F;
}
.BgClassName
{
background-color: #5C527F;
}
</style>
border-color css
<style>
span { border-color: #5C527F; }
span { border-color: rgb(92,82,127); }
td.TdClassName
{
border-color: #5C527F;
}
.TagClassName
{
border-color: #5C527F;
}
</style>