Shades of Victoria #595781
Tints of Victoria #595781
RGB
CMYK
RGB Variations
Color information
#595781 (or 0x595781) is known color: Victoria. HEX triplet: 59, 57 and 81. RGB value is (89,87,129). Sum of RGB (Red+Green+Blue) = 89+87+129=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #595781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595781 is #A6A87E. Grayscale: #5C5C5C. Windows color (decimal): -10922111 or 8476505. OLE color: 8476505.
HSL color Cylindrical-coordinate representation of color #595781: hue angle of 242.86º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595781 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 87 | 129 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.49 |
| HSL | 242.86º | 0.19% | 0.42% | - |
| HSV(B) | 242.86º | 0.33% | 0.51% | - |
| XYZ | 11.49 | 10.53 | 22.19 | - |
| YUV | 92.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 87 | 129 | 0.31 | 0.33 | 0 | 0.49 | 242.86 | 0.19 | 0.42 |
| Hex | 59 | 57 | 81 | 1F | 21 | 0 | 31 | F3 | 13 | 2A |
| Octal | 131 | 127 | 201 | 37 | 41 | 0 | 61 | 363 | 23 | 52 |
| Binary | 1011001 | 1010111 | 10000001 | 11111 | 100001 | 0 | 110001 | 11110011 | 10011 | 101010 |
Color Harmonies of #595781
Complementary color
Monochromatic Colors of #595781
Black with #595781
Text Example
Text Example
White with #595781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595781; }
p { color: rgb(89,87,129); }
H1.HeaderClassName
{
color: #595781;
}
.AnyTagClassName
{
color: #595781;
}
</style>
background-color css
<style>
a { background-color: #595781; }
a { background-color: rgb(89,87,129); }
div.DivClassName
{
background-color: #595781;
}
.BgClassName
{
background-color: #595781;
}
</style>
border-color css
<style>
span { border-color: #595781; }
span { border-color: rgb(89,87,129); }
td.TdClassName
{
border-color: #595781;
}
.TagClassName
{
border-color: #595781;
}
</style>