Shades of Victoria #595683
Tints of Victoria #595683
RGB
CMYK
RGB Variations
Color information
#595683 (or 0x595683) is known color: Victoria. HEX triplet: 59, 56 and 83. RGB value is (89,86,131). Sum of RGB (Red+Green+Blue) = 89+86+131=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #595683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595683 is #A6A97C. Grayscale: #5B5B5B. Windows color (decimal): -10922365 or 8607321. OLE color: 8607321.
HSL color Cylindrical-coordinate representation of color #595683: hue angle of 244º 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 #595683 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 86 | 131 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.49 |
| HSL | 244º | 0.21% | 0.43% | - |
| HSV(B) | 244º | 0.34% | 0.51% | - |
| XYZ | 11.54 | 10.42 | 22.88 | - |
| YUV | 92.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 131 | 0.32 | 0.34 | 0 | 0.49 | 244 | 0.21 | 0.43 |
| Hex | 59 | 56 | 83 | 20 | 22 | 0 | 31 | F4 | 15 | 2B |
| Octal | 131 | 126 | 203 | 40 | 42 | 0 | 61 | 364 | 25 | 53 |
| Binary | 1011001 | 1010110 | 10000011 | 100000 | 100010 | 0 | 110001 | 11110100 | 10101 | 101011 |
Color Harmonies of #595683
Complementary color
Monochromatic Colors of #595683
Black with #595683
Text Example
Text Example
White with #595683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595683; }
p { color: rgb(89,86,131); }
H1.HeaderClassName
{
color: #595683;
}
.AnyTagClassName
{
color: #595683;
}
</style>
background-color css
<style>
a { background-color: #595683; }
a { background-color: rgb(89,86,131); }
div.DivClassName
{
background-color: #595683;
}
.BgClassName
{
background-color: #595683;
}
</style>
border-color css
<style>
span { border-color: #595683; }
span { border-color: rgb(89,86,131); }
td.TdClassName
{
border-color: #595683;
}
.TagClassName
{
border-color: #595683;
}
</style>