Shades of Victoria #584B7D
Tints of Victoria #584B7D
RGB
CMYK
RGB Variations
Color information
#584B7D (or 0x584B7D) is known color: Victoria. HEX triplet: 58, 4B and 7D. RGB value is (88,75,125). Sum of RGB (Red+Green+Blue) = 88+75+125=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #584B7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584B7D is #A7B482. Grayscale: #545454. Windows color (decimal): -10990723 or 8211288. OLE color: 8211288.
HSL color Cylindrical-coordinate representation of color #584B7D: hue angle of 255.6º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584B7D is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 75 | 125 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.51 |
| HSL | 255.6º | 0.25% | 0.39% | - |
| HSV(B) | 255.6º | 0.4% | 0.49% | - |
| XYZ | 10.24 | 8.59 | 20.52 | - |
| YUV | 84.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 125 | 0.30 | 0.40 | 0 | 0.51 | 255.6 | 0.25 | 0.39 |
| Hex | 58 | 4B | 7D | 1E | 28 | 0 | 33 | 100 | 19 | 27 |
| Octal | 130 | 113 | 175 | 36 | 50 | 0 | 63 | 400 | 31 | 47 |
| Binary | 1011000 | 1001011 | 1111101 | 11110 | 101000 | 0 | 110011 | 100000000 | 11001 | 100111 |
Color Harmonies of #584B7D
Complementary color
Monochromatic Colors of #584B7D
Black with #584B7D
Text Example
Text Example
White with #584B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584B7D; }
p { color: rgb(88,75,125); }
H1.HeaderClassName
{
color: #584B7D;
}
.AnyTagClassName
{
color: #584B7D;
}
</style>
background-color css
<style>
a { background-color: #584B7D; }
a { background-color: rgb(88,75,125); }
div.DivClassName
{
background-color: #584B7D;
}
.BgClassName
{
background-color: #584B7D;
}
</style>
border-color css
<style>
span { border-color: #584B7D; }
span { border-color: rgb(88,75,125); }
td.TdClassName
{
border-color: #584B7D;
}
.TagClassName
{
border-color: #584B7D;
}
</style>