Shades of Victoria #585683
Tints of Victoria #585683
RGB
CMYK
RGB Variations
Color information
#585683 (or 0x585683) is known color: Victoria. HEX triplet: 58, 56 and 83. RGB value is (88,86,131). Sum of RGB (Red+Green+Blue) = 88+86+131=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #585683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585683 is #A7A97C. Grayscale: #5B5B5B. Windows color (decimal): -10987901 or 8607320. OLE color: 8607320.
HSL color Cylindrical-coordinate representation of color #585683: hue angle of 242.67º 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 #585683 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 86 | 131 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.49 |
| HSL | 242.67º | 0.21% | 0.43% | - |
| HSV(B) | 242.67º | 0.34% | 0.51% | - |
| XYZ | 11.45 | 10.37 | 22.87 | - |
| YUV | 91.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 131 | 0.33 | 0.34 | 0 | 0.49 | 242.67 | 0.21 | 0.43 |
| Hex | 58 | 56 | 83 | 21 | 22 | 0 | 31 | F3 | 15 | 2B |
| Octal | 130 | 126 | 203 | 41 | 42 | 0 | 61 | 363 | 25 | 53 |
| Binary | 1011000 | 1010110 | 10000011 | 100001 | 100010 | 0 | 110001 | 11110011 | 10101 | 101011 |
Color Harmonies of #585683
Complementary color
Monochromatic Colors of #585683
Black with #585683
Text Example
Text Example
White with #585683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585683; }
p { color: rgb(88,86,131); }
H1.HeaderClassName
{
color: #585683;
}
.AnyTagClassName
{
color: #585683;
}
</style>
background-color css
<style>
a { background-color: #585683; }
a { background-color: rgb(88,86,131); }
div.DivClassName
{
background-color: #585683;
}
.BgClassName
{
background-color: #585683;
}
</style>
border-color css
<style>
span { border-color: #585683; }
span { border-color: rgb(88,86,131); }
td.TdClassName
{
border-color: #585683;
}
.TagClassName
{
border-color: #585683;
}
</style>