Shades of Victoria #595183
Tints of Victoria #595183
RGB
CMYK
RGB Variations
Color information
#595183 (or 0x595183) is known color: Victoria. HEX triplet: 59, 51 and 83. RGB value is (89,81,131). Sum of RGB (Red+Green+Blue) = 89+81+131=301 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.57% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #595183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595183 is #A6AE7C. Grayscale: #585858. Windows color (decimal): -10923645 or 8606041. OLE color: 8606041.
HSL color Cylindrical-coordinate representation of color #595183: hue angle of 249.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #595183 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 81 | 131 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.49 |
| HSL | 249.6º | 0.24% | 0.42% | - |
| HSV(B) | 249.6º | 0.38% | 0.51% | - |
| XYZ | 11.16 | 9.65 | 22.75 | - |
| YUV | 89.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 131 | 0.32 | 0.38 | 0 | 0.49 | 249.6 | 0.24 | 0.42 |
| Hex | 59 | 51 | 83 | 20 | 26 | 0 | 31 | FA | 18 | 2A |
| Octal | 131 | 121 | 203 | 40 | 46 | 0 | 61 | 372 | 30 | 52 |
| Binary | 1011001 | 1010001 | 10000011 | 100000 | 100110 | 0 | 110001 | 11111010 | 11000 | 101010 |
Color Harmonies of #595183
Complementary color
Monochromatic Colors of #595183
Black with #595183
Text Example
Text Example
White with #595183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595183; }
p { color: rgb(89,81,131); }
H1.HeaderClassName
{
color: #595183;
}
.AnyTagClassName
{
color: #595183;
}
</style>
background-color css
<style>
a { background-color: #595183; }
a { background-color: rgb(89,81,131); }
div.DivClassName
{
background-color: #595183;
}
.BgClassName
{
background-color: #595183;
}
</style>
border-color css
<style>
span { border-color: #595183; }
span { border-color: rgb(89,81,131); }
td.TdClassName
{
border-color: #595183;
}
.TagClassName
{
border-color: #595183;
}
</style>