Shades of Victoria #595388
Tints of Victoria #595388
RGB
CMYK
RGB Variations
Color information
#595388 (or 0x595388) is known color: Victoria. HEX triplet: 59, 53 and 88. RGB value is (89,83,136). Sum of RGB (Red+Green+Blue) = 89+83+136=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #595388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595388 is #A6AC77. Grayscale: #5A5A5A. Windows color (decimal): -10923128 or 8934233. OLE color: 8934233.
HSL color Cylindrical-coordinate representation of color #595388: hue angle of 246.79º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #595388 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 83 | 136 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.47 |
| HSL | 246.79º | 0.24% | 0.43% | - |
| HSV(B) | 246.79º | 0.39% | 0.53% | - |
| XYZ | 11.66 | 10.09 | 24.63 | - |
| YUV | 90.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 136 | 0.35 | 0.39 | 0 | 0.47 | 246.79 | 0.24 | 0.43 |
| Hex | 59 | 53 | 88 | 23 | 27 | 0 | 2F | F7 | 18 | 2B |
| Octal | 131 | 123 | 210 | 43 | 47 | 0 | 57 | 367 | 30 | 53 |
| Binary | 1011001 | 1010011 | 10001000 | 100011 | 100111 | 0 | 101111 | 11110111 | 11000 | 101011 |
Color Harmonies of #595388
Complementary color
Monochromatic Colors of #595388
Black with #595388
Text Example
Text Example
White with #595388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595388; }
p { color: rgb(89,83,136); }
H1.HeaderClassName
{
color: #595388;
}
.AnyTagClassName
{
color: #595388;
}
</style>
background-color css
<style>
a { background-color: #595388; }
a { background-color: rgb(89,83,136); }
div.DivClassName
{
background-color: #595388;
}
.BgClassName
{
background-color: #595388;
}
</style>
border-color css
<style>
span { border-color: #595388; }
span { border-color: rgb(89,83,136); }
td.TdClassName
{
border-color: #595388;
}
.TagClassName
{
border-color: #595388;
}
</style>