Shades of Victoria #565283
Tints of Victoria #565283
RGB
CMYK
RGB Variations
Color information
#565283 (or 0x565283) is known color: Victoria. HEX triplet: 56, 52 and 83. RGB value is (86,82,131). Sum of RGB (Red+Green+Blue) = 86+82+131=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #565283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565283 is #A9AD7C. Grayscale: #585858. Windows color (decimal): -11119997 or 8606294. OLE color: 8606294.
HSL color Cylindrical-coordinate representation of color #565283: hue angle of 244.9º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565283 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 82 | 131 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.49 |
| HSL | 244.9º | 0.23% | 0.42% | - |
| HSV(B) | 244.9º | 0.37% | 0.51% | - |
| XYZ | 10.95 | 9.65 | 22.76 | - |
| YUV | 88.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 131 | 0.34 | 0.37 | 0 | 0.49 | 244.9 | 0.23 | 0.42 |
| Hex | 56 | 52 | 83 | 22 | 25 | 0 | 31 | F5 | 17 | 2A |
| Octal | 126 | 122 | 203 | 42 | 45 | 0 | 61 | 365 | 27 | 52 |
| Binary | 1010110 | 1010010 | 10000011 | 100010 | 100101 | 0 | 110001 | 11110101 | 10111 | 101010 |
Color Harmonies of #565283
Complementary color
Monochromatic Colors of #565283
Black with #565283
Text Example
Text Example
White with #565283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565283; }
p { color: rgb(86,82,131); }
H1.HeaderClassName
{
color: #565283;
}
.AnyTagClassName
{
color: #565283;
}
</style>
background-color css
<style>
a { background-color: #565283; }
a { background-color: rgb(86,82,131); }
div.DivClassName
{
background-color: #565283;
}
.BgClassName
{
background-color: #565283;
}
</style>
border-color css
<style>
span { border-color: #565283; }
span { border-color: rgb(86,82,131); }
td.TdClassName
{
border-color: #565283;
}
.TagClassName
{
border-color: #565283;
}
</style>