Shades of Victoria #57547D
Tints of Victoria #57547D
RGB
CMYK
RGB Variations
Color information
#57547D (or 0x57547D) is known color: Victoria. HEX triplet: 57, 54 and 7D. RGB value is (87,84,125). Sum of RGB (Red+Green+Blue) = 87+84+125=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #57547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57547D is #A8AB82. Grayscale: #595959. Windows color (decimal): -11053955 or 8213591. OLE color: 8213591.
HSL color Cylindrical-coordinate representation of color #57547D: hue angle of 244.39º 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 #57547D is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 84 | 125 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.51 |
| HSL | 244.39º | 0.2% | 0.41% | - |
| HSV(B) | 244.39º | 0.33% | 0.49% | - |
| XYZ | 10.8 | 9.85 | 20.73 | - |
| YUV | 89.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 84 | 125 | 0.30 | 0.33 | 0 | 0.51 | 244.39 | 0.2 | 0.41 |
| Hex | 57 | 54 | 7D | 1E | 21 | 0 | 33 | F4 | 14 | 29 |
| Octal | 127 | 124 | 175 | 36 | 41 | 0 | 63 | 364 | 24 | 51 |
| Binary | 1010111 | 1010100 | 1111101 | 11110 | 100001 | 0 | 110011 | 11110100 | 10100 | 101001 |
Color Harmonies of #57547D
Complementary color
Monochromatic Colors of #57547D
Black with #57547D
Text Example
Text Example
White with #57547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57547D; }
p { color: rgb(87,84,125); }
H1.HeaderClassName
{
color: #57547D;
}
.AnyTagClassName
{
color: #57547D;
}
</style>
background-color css
<style>
a { background-color: #57547D; }
a { background-color: rgb(87,84,125); }
div.DivClassName
{
background-color: #57547D;
}
.BgClassName
{
background-color: #57547D;
}
</style>
border-color css
<style>
span { border-color: #57547D; }
span { border-color: rgb(87,84,125); }
td.TdClassName
{
border-color: #57547D;
}
.TagClassName
{
border-color: #57547D;
}
</style>