Shades of Victoria #57537A
Tints of Victoria #57537A
RGB
CMYK
RGB Variations
Color information
#57537A (or 0x57537A) is known color: Victoria. HEX triplet: 57, 53 and 7A. RGB value is (87,83,122). Sum of RGB (Red+Green+Blue) = 87+83+122=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #57537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537A is #A8AC85. Grayscale: #585858. Windows color (decimal): -11054214 or 8016727. OLE color: 8016727.
HSL color Cylindrical-coordinate representation of color #57537A: hue angle of 246.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57537A is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 87 | 83 | 122 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.52 |
| HSL | 246.15º | 0.19% | 0.4% | - |
| HSV(B) | 246.15º | 0.32% | 0.48% | - |
| XYZ | 10.54 | 9.62 | 19.71 | - |
| YUV | 88.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 122 | 0.29 | 0.32 | 0 | 0.52 | 246.15 | 0.19 | 0.4 |
| Hex | 57 | 53 | 7A | 1D | 20 | 0 | 34 | F6 | 13 | 28 |
| Octal | 127 | 123 | 172 | 35 | 40 | 0 | 64 | 366 | 23 | 50 |
| Binary | 1010111 | 1010011 | 1111010 | 11101 | 100000 | 0 | 110100 | 11110110 | 10011 | 101000 |
Color Harmonies of #57537A
Complementary color
Monochromatic Colors of #57537A
Black with #57537A
Text Example
Text Example
White with #57537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57537A; }
p { color: rgb(87,83,122); }
H1.HeaderClassName
{
color: #57537A;
}
.AnyTagClassName
{
color: #57537A;
}
</style>
background-color css
<style>
a { background-color: #57537A; }
a { background-color: rgb(87,83,122); }
div.DivClassName
{
background-color: #57537A;
}
.BgClassName
{
background-color: #57537A;
}
</style>
border-color css
<style>
span { border-color: #57537A; }
span { border-color: rgb(87,83,122); }
td.TdClassName
{
border-color: #57537A;
}
.TagClassName
{
border-color: #57537A;
}
</style>