Shades of Victoria #565587
Tints of Victoria #565587
RGB
CMYK
RGB Variations
Color information
#565587 (or 0x565587) is known color: Victoria. HEX triplet: 56, 55 and 87. RGB value is (86,85,135). Sum of RGB (Red+Green+Blue) = 86+85+135=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #565587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565587 is #A9AA78. Grayscale: #5A5A5A. Windows color (decimal): -11119225 or 8869206. OLE color: 8869206.
HSL color Cylindrical-coordinate representation of color #565587: hue angle of 241.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565587 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 85 | 135 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.47 |
| HSL | 241.2º | 0.23% | 0.43% | - |
| HSV(B) | 241.2º | 0.37% | 0.53% | - |
| XYZ | 11.46 | 10.22 | 24.29 | - |
| YUV | 91 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 135 | 0.36 | 0.37 | 0 | 0.47 | 241.2 | 0.23 | 0.43 |
| Hex | 56 | 55 | 87 | 24 | 25 | 0 | 2F | F1 | 17 | 2B |
| Octal | 126 | 125 | 207 | 44 | 45 | 0 | 57 | 361 | 27 | 53 |
| Binary | 1010110 | 1010101 | 10000111 | 100100 | 100101 | 0 | 101111 | 11110001 | 10111 | 101011 |
Color Harmonies of #565587
Complementary color
Monochromatic Colors of #565587
Black with #565587
Text Example
Text Example
White with #565587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565587; }
p { color: rgb(86,85,135); }
H1.HeaderClassName
{
color: #565587;
}
.AnyTagClassName
{
color: #565587;
}
</style>
background-color css
<style>
a { background-color: #565587; }
a { background-color: rgb(86,85,135); }
div.DivClassName
{
background-color: #565587;
}
.BgClassName
{
background-color: #565587;
}
</style>
border-color css
<style>
span { border-color: #565587; }
span { border-color: rgb(86,85,135); }
td.TdClassName
{
border-color: #565587;
}
.TagClassName
{
border-color: #565587;
}
</style>