Shades of Victoria #57538B
Tints of Victoria #57538B
RGB
CMYK
RGB Variations
Color information
#57538B (or 0x57538B) is known color: Victoria. HEX triplet: 57, 53 and 8B. RGB value is (87,83,139). Sum of RGB (Red+Green+Blue) = 87+83+139=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #57538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57538B is #A8AC74. Grayscale: #5A5A5A. Windows color (decimal): -11054197 or 9130839. OLE color: 9130839.
HSL color Cylindrical-coordinate representation of color #57538B: hue angle of 244.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #57538B is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 83 | 139 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.45 |
| HSL | 244.29º | 0.25% | 0.44% | - |
| HSV(B) | 244.29º | 0.4% | 0.55% | - |
| XYZ | 11.68 | 10.08 | 25.76 | - |
| YUV | 90.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 83 | 139 | 0.37 | 0.40 | 0 | 0.45 | 244.29 | 0.25 | 0.44 |
| Hex | 57 | 53 | 8B | 25 | 28 | 0 | 2D | F4 | 19 | 2C |
| Octal | 127 | 123 | 213 | 45 | 50 | 0 | 55 | 364 | 31 | 54 |
| Binary | 1010111 | 1010011 | 10001011 | 100101 | 101000 | 0 | 101101 | 11110100 | 11001 | 101100 |
Color Harmonies of #57538B
Complementary color
Monochromatic Colors of #57538B
Black with #57538B
Text Example
Text Example
White with #57538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57538B; }
p { color: rgb(87,83,139); }
H1.HeaderClassName
{
color: #57538B;
}
.AnyTagClassName
{
color: #57538B;
}
</style>
background-color css
<style>
a { background-color: #57538B; }
a { background-color: rgb(87,83,139); }
div.DivClassName
{
background-color: #57538B;
}
.BgClassName
{
background-color: #57538B;
}
</style>
border-color css
<style>
span { border-color: #57538B; }
span { border-color: rgb(87,83,139); }
td.TdClassName
{
border-color: #57538B;
}
.TagClassName
{
border-color: #57538B;
}
</style>