Shades of Victoria #5A5683
Tints of Victoria #5A5683
RGB
CMYK
RGB Variations
Color information
#5A5683 (or 0x5A5683) is known color: Victoria. HEX triplet: 5A, 56 and 83. RGB value is (90,86,131). Sum of RGB (Red+Green+Blue) = 90+86+131=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A5683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5683 is #A5A97C. Grayscale: #5C5C5C. Windows color (decimal): -10856829 or 8607322. OLE color: 8607322.
HSL color Cylindrical-coordinate representation of color #5A5683: hue angle of 245.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A5683 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 86 | 131 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.49 |
| HSL | 245.33º | 0.21% | 0.43% | - |
| HSV(B) | 245.33º | 0.34% | 0.51% | - |
| XYZ | 11.64 | 10.47 | 22.88 | - |
| YUV | 92.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 131 | 0.31 | 0.34 | 0 | 0.49 | 245.33 | 0.21 | 0.43 |
| Hex | 5A | 56 | 83 | 1F | 22 | 0 | 31 | F5 | 15 | 2B |
| Octal | 132 | 126 | 203 | 37 | 42 | 0 | 61 | 365 | 25 | 53 |
| Binary | 1011010 | 1010110 | 10000011 | 11111 | 100010 | 0 | 110001 | 11110101 | 10101 | 101011 |
Color Harmonies of #5A5683
Complementary color
Monochromatic Colors of #5A5683
Black with #5A5683
Text Example
Text Example
White with #5A5683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5683; }
p { color: rgb(90,86,131); }
H1.HeaderClassName
{
color: #5A5683;
}
.AnyTagClassName
{
color: #5A5683;
}
</style>
background-color css
<style>
a { background-color: #5A5683; }
a { background-color: rgb(90,86,131); }
div.DivClassName
{
background-color: #5A5683;
}
.BgClassName
{
background-color: #5A5683;
}
</style>
border-color css
<style>
span { border-color: #5A5683; }
span { border-color: rgb(90,86,131); }
td.TdClassName
{
border-color: #5A5683;
}
.TagClassName
{
border-color: #5A5683;
}
</style>