Shades of Victoria #57537C
Tints of Victoria #57537C
RGB
CMYK
RGB Variations
Color information
#57537C (or 0x57537C) is known color: Victoria. HEX triplet: 57, 53 and 7C. RGB value is (87,83,124). Sum of RGB (Red+Green+Blue) = 87+83+124=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #57537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57537C is #A8AC83. Grayscale: #585858. Windows color (decimal): -11054212 or 8147799. OLE color: 8147799.
HSL color Cylindrical-coordinate representation of color #57537C: hue angle of 245.85º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57537C is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 83 | 124 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.51 |
| HSL | 245.85º | 0.2% | 0.41% | - |
| HSV(B) | 245.85º | 0.33% | 0.49% | - |
| XYZ | 10.66 | 9.67 | 20.37 | - |
| YUV | 88.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 124 | 0.30 | 0.33 | 0 | 0.51 | 245.85 | 0.2 | 0.41 |
| Hex | 57 | 53 | 7C | 1E | 21 | 0 | 33 | F6 | 14 | 29 |
| Octal | 127 | 123 | 174 | 36 | 41 | 0 | 63 | 366 | 24 | 51 |
| Binary | 1010111 | 1010011 | 1111100 | 11110 | 100001 | 0 | 110011 | 11110110 | 10100 | 101001 |
Color Harmonies of #57537C
Complementary color
Monochromatic Colors of #57537C
Black with #57537C
Text Example
Text Example
White with #57537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57537C; }
p { color: rgb(87,83,124); }
H1.HeaderClassName
{
color: #57537C;
}
.AnyTagClassName
{
color: #57537C;
}
</style>
background-color css
<style>
a { background-color: #57537C; }
a { background-color: rgb(87,83,124); }
div.DivClassName
{
background-color: #57537C;
}
.BgClassName
{
background-color: #57537C;
}
</style>
border-color css
<style>
span { border-color: #57537C; }
span { border-color: rgb(87,83,124); }
td.TdClassName
{
border-color: #57537C;
}
.TagClassName
{
border-color: #57537C;
}
</style>