Shades of Victoria #575378
Tints of Victoria #575378
RGB
CMYK
RGB Variations
Color information
#575378 (or 0x575378) is known color: Victoria. HEX triplet: 57, 53 and 78. RGB value is (87,83,120). Sum of RGB (Red+Green+Blue) = 87+83+120=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #575378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575378 is #A8AC87. Grayscale: #585858. Windows color (decimal): -11054216 or 7885655. OLE color: 7885655.
HSL color Cylindrical-coordinate representation of color #575378: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #575378 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 83 | 120 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.53 |
| HSL | 246.49º | 0.18% | 0.4% | - |
| HSV(B) | 246.49º | 0.31% | 0.47% | - |
| XYZ | 10.41 | 9.57 | 19.07 | - |
| YUV | 88.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 120 | 0.28 | 0.31 | 0 | 0.53 | 246.49 | 0.18 | 0.4 |
| Hex | 57 | 53 | 78 | 1C | 1F | 0 | 35 | F6 | 12 | 28 |
| Octal | 127 | 123 | 170 | 34 | 37 | 0 | 65 | 366 | 22 | 50 |
| Binary | 1010111 | 1010011 | 1111000 | 11100 | 11111 | 0 | 110101 | 11110110 | 10010 | 101000 |
Color Harmonies of #575378
Complementary color
Monochromatic Colors of #575378
Black with #575378
Text Example
Text Example
White with #575378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575378; }
p { color: rgb(87,83,120); }
H1.HeaderClassName
{
color: #575378;
}
.AnyTagClassName
{
color: #575378;
}
</style>
background-color css
<style>
a { background-color: #575378; }
a { background-color: rgb(87,83,120); }
div.DivClassName
{
background-color: #575378;
}
.BgClassName
{
background-color: #575378;
}
</style>
border-color css
<style>
span { border-color: #575378; }
span { border-color: rgb(87,83,120); }
td.TdClassName
{
border-color: #575378;
}
.TagClassName
{
border-color: #575378;
}
</style>