Shades of Victoria #5B577F
Tints of Victoria #5B577F
RGB
CMYK
RGB Variations
Color information
#5B577F (or 0x5B577F) is known color: Victoria. HEX triplet: 5B, 57 and 7F. RGB value is (91,87,127). Sum of RGB (Red+Green+Blue) = 91+87+127=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B577F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B577F is #A4A880. Grayscale: #5C5C5C. Windows color (decimal): -10791041 or 8345435. OLE color: 8345435.
HSL color Cylindrical-coordinate representation of color #5B577F: hue angle of 246º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B577F is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 87 | 127 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.50 |
| HSL | 246º | 0.19% | 0.42% | - |
| HSV(B) | 246º | 0.31% | 0.5% | - |
| XYZ | 11.55 | 10.57 | 21.51 | - |
| YUV | 92.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 127 | 0.28 | 0.31 | 0 | 0.50 | 246 | 0.19 | 0.42 |
| Hex | 5B | 57 | 7F | 1C | 1F | 0 | 32 | F6 | 13 | 2A |
| Octal | 133 | 127 | 177 | 34 | 37 | 0 | 62 | 366 | 23 | 52 |
| Binary | 1011011 | 1010111 | 1111111 | 11100 | 11111 | 0 | 110010 | 11110110 | 10011 | 101010 |
Color Harmonies of #5B577F
Complementary color
Monochromatic Colors of #5B577F
Black with #5B577F
Text Example
Text Example
White with #5B577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B577F; }
p { color: rgb(91,87,127); }
H1.HeaderClassName
{
color: #5B577F;
}
.AnyTagClassName
{
color: #5B577F;
}
</style>
background-color css
<style>
a { background-color: #5B577F; }
a { background-color: rgb(91,87,127); }
div.DivClassName
{
background-color: #5B577F;
}
.BgClassName
{
background-color: #5B577F;
}
</style>
border-color css
<style>
span { border-color: #5B577F; }
span { border-color: rgb(91,87,127); }
td.TdClassName
{
border-color: #5B577F;
}
.TagClassName
{
border-color: #5B577F;
}
</style>