Shades of Victoria #585283
Tints of Victoria #585283
RGB
CMYK
RGB Variations
Color information
#585283 (or 0x585283) is known color: Victoria. HEX triplet: 58, 52 and 83. RGB value is (88,82,131). Sum of RGB (Red+Green+Blue) = 88+82+131=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 82 (32.42% from 255 or 27.24% 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 #585283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585283 is #A7AD7C. Grayscale: #595959. Windows color (decimal): -10988925 or 8606296. OLE color: 8606296.
HSL color Cylindrical-coordinate representation of color #585283: hue angle of 247.35º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #585283 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 82 | 131 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.49 |
| HSL | 247.35º | 0.23% | 0.42% | - |
| HSV(B) | 247.35º | 0.37% | 0.51% | - |
| XYZ | 11.14 | 9.75 | 22.77 | - |
| YUV | 89.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 82 | 131 | 0.33 | 0.37 | 0 | 0.49 | 247.35 | 0.23 | 0.42 |
| Hex | 58 | 52 | 83 | 21 | 25 | 0 | 31 | F7 | 17 | 2A |
| Octal | 130 | 122 | 203 | 41 | 45 | 0 | 61 | 367 | 27 | 52 |
| Binary | 1011000 | 1010010 | 10000011 | 100001 | 100101 | 0 | 110001 | 11110111 | 10111 | 101010 |
Color Harmonies of #585283
Complementary color
Monochromatic Colors of #585283
Black with #585283
Text Example
Text Example
White with #585283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585283; }
p { color: rgb(88,82,131); }
H1.HeaderClassName
{
color: #585283;
}
.AnyTagClassName
{
color: #585283;
}
</style>
background-color css
<style>
a { background-color: #585283; }
a { background-color: rgb(88,82,131); }
div.DivClassName
{
background-color: #585283;
}
.BgClassName
{
background-color: #585283;
}
</style>
border-color css
<style>
span { border-color: #585283; }
span { border-color: rgb(88,82,131); }
td.TdClassName
{
border-color: #585283;
}
.TagClassName
{
border-color: #585283;
}
</style>