Shades of Victoria #575385
Tints of Victoria #575385
RGB
CMYK
RGB Variations
Color information
#575385 (or 0x575385) is known color: Victoria. HEX triplet: 57, 53 and 85. RGB value is (87,83,133). Sum of RGB (Red+Green+Blue) = 87+83+133=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #575385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575385 is #A8AC7A. Grayscale: #595959. Windows color (decimal): -11054203 or 8737623. OLE color: 8737623.
HSL color Cylindrical-coordinate representation of color #575385: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #575385 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 83 | 133 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.48 |
| HSL | 244.8º | 0.23% | 0.42% | - |
| HSV(B) | 244.8º | 0.38% | 0.52% | - |
| XYZ | 11.26 | 9.91 | 23.51 | - |
| YUV | 89.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 133 | 0.35 | 0.38 | 0 | 0.48 | 244.8 | 0.23 | 0.42 |
| Hex | 57 | 53 | 85 | 23 | 26 | 0 | 30 | F5 | 17 | 2A |
| Octal | 127 | 123 | 205 | 43 | 46 | 0 | 60 | 365 | 27 | 52 |
| Binary | 1010111 | 1010011 | 10000101 | 100011 | 100110 | 0 | 110000 | 11110101 | 10111 | 101010 |
Color Harmonies of #575385
Complementary color
Monochromatic Colors of #575385
Black with #575385
Text Example
Text Example
White with #575385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575385; }
p { color: rgb(87,83,133); }
H1.HeaderClassName
{
color: #575385;
}
.AnyTagClassName
{
color: #575385;
}
</style>
background-color css
<style>
a { background-color: #575385; }
a { background-color: rgb(87,83,133); }
div.DivClassName
{
background-color: #575385;
}
.BgClassName
{
background-color: #575385;
}
</style>
border-color css
<style>
span { border-color: #575385; }
span { border-color: rgb(87,83,133); }
td.TdClassName
{
border-color: #575385;
}
.TagClassName
{
border-color: #575385;
}
</style>