Shades of Victoria #574B8B
Tints of Victoria #574B8B
RGB
CMYK
RGB Variations
Color information
#574B8B (or 0x574B8B) is known color: Victoria. HEX triplet: 57, 4B and 8B. RGB value is (87,75,139). Sum of RGB (Red+Green+Blue) = 87+75+139=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #574B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B8B is #A8B474. Grayscale: #555555. Windows color (decimal): -11056245 or 9128791. OLE color: 9128791.
HSL color Cylindrical-coordinate representation of color #574B8B: hue angle of 251.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574B8B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 75 | 139 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.45 |
| HSL | 251.25º | 0.3% | 0.42% | - |
| HSV(B) | 251.25º | 0.46% | 0.55% | - |
| XYZ | 11.11 | 8.92 | 25.56 | - |
| YUV | 85.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 75 | 139 | 0.37 | 0.46 | 0 | 0.45 | 251.25 | 0.3 | 0.42 |
| Hex | 57 | 4B | 8B | 25 | 2E | 0 | 2D | FB | 1E | 2A |
| Octal | 127 | 113 | 213 | 45 | 56 | 0 | 55 | 373 | 36 | 52 |
| Binary | 1010111 | 1001011 | 10001011 | 100101 | 101110 | 0 | 101101 | 11111011 | 11110 | 101010 |
Color Harmonies of #574B8B
Complementary color
Monochromatic Colors of #574B8B
Black with #574B8B
Text Example
Text Example
White with #574B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574B8B; }
p { color: rgb(87,75,139); }
H1.HeaderClassName
{
color: #574B8B;
}
.AnyTagClassName
{
color: #574B8B;
}
</style>
background-color css
<style>
a { background-color: #574B8B; }
a { background-color: rgb(87,75,139); }
div.DivClassName
{
background-color: #574B8B;
}
.BgClassName
{
background-color: #574B8B;
}
</style>
border-color css
<style>
span { border-color: #574B8B; }
span { border-color: rgb(87,75,139); }
td.TdClassName
{
border-color: #574B8B;
}
.TagClassName
{
border-color: #574B8B;
}
</style>