Shades of Victoria #57537D
Tints of Victoria #57537D
RGB
CMYK
RGB Variations
Color information
#57537D (or 0x57537D) is known color: Victoria. HEX triplet: 57, 53 and 7D. RGB value is (87,83,125). Sum of RGB (Red+Green+Blue) = 87+83+125=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 125 - color contains mainly: blue. Hex color #57537D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537D is #A8AC82. Grayscale: #585858. Windows color (decimal): -11054211 or 8213335. OLE color: 8213335.
HSL color Cylindrical-coordinate representation of color #57537D: hue angle of 245.71º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57537D is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 83 | 125 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.51 |
| HSL | 245.71º | 0.2% | 0.41% | - |
| HSV(B) | 245.71º | 0.34% | 0.49% | - |
| XYZ | 10.73 | 9.69 | 20.71 | - |
| YUV | 88.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 125 | 0.30 | 0.34 | 0 | 0.51 | 245.71 | 0.2 | 0.41 |
| Hex | 57 | 53 | 7D | 1E | 22 | 0 | 33 | F6 | 14 | 29 |
| Octal | 127 | 123 | 175 | 36 | 42 | 0 | 63 | 366 | 24 | 51 |
| Binary | 1010111 | 1010011 | 1111101 | 11110 | 100010 | 0 | 110011 | 11110110 | 10100 | 101001 |
Color Harmonies of #57537D
Complementary color
Monochromatic Colors of #57537D
Black with #57537D
Text Example
Text Example
White with #57537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57537D; }
p { color: rgb(87,83,125); }
H1.HeaderClassName
{
color: #57537D;
}
.AnyTagClassName
{
color: #57537D;
}
</style>
background-color css
<style>
a { background-color: #57537D; }
a { background-color: rgb(87,83,125); }
div.DivClassName
{
background-color: #57537D;
}
.BgClassName
{
background-color: #57537D;
}
</style>
border-color css
<style>
span { border-color: #57537D; }
span { border-color: rgb(87,83,125); }
td.TdClassName
{
border-color: #57537D;
}
.TagClassName
{
border-color: #57537D;
}
</style>