Shades of Victoria #535188
Tints of Victoria #535188
RGB
CMYK
RGB Variations
Color information
#535188 (or 0x535188) is known color: Victoria. HEX triplet: 53, 51 and 88. RGB value is (83,81,136). Sum of RGB (Red+Green+Blue) = 83+81+136=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #535188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535188 is #ACAE77. Grayscale: #575757. Windows color (decimal): -11316856 or 8933715. OLE color: 8933715.
HSL color Cylindrical-coordinate representation of color #535188: hue angle of 242.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535188 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 81 | 136 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.47 |
| HSL | 242.18º | 0.25% | 0.43% | - |
| HSV(B) | 242.18º | 0.4% | 0.53% | - |
| XYZ | 10.95 | 9.5 | 24.55 | - |
| YUV | 87.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 136 | 0.39 | 0.40 | 0 | 0.47 | 242.18 | 0.25 | 0.43 |
| Hex | 53 | 51 | 88 | 27 | 28 | 0 | 2F | F2 | 19 | 2B |
| Octal | 123 | 121 | 210 | 47 | 50 | 0 | 57 | 362 | 31 | 53 |
| Binary | 1010011 | 1010001 | 10001000 | 100111 | 101000 | 0 | 101111 | 11110010 | 11001 | 101011 |
Color Harmonies of #535188
Complementary color
Monochromatic Colors of #535188
Black with #535188
Text Example
Text Example
White with #535188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535188; }
p { color: rgb(83,81,136); }
H1.HeaderClassName
{
color: #535188;
}
.AnyTagClassName
{
color: #535188;
}
</style>
background-color css
<style>
a { background-color: #535188; }
a { background-color: rgb(83,81,136); }
div.DivClassName
{
background-color: #535188;
}
.BgClassName
{
background-color: #535188;
}
</style>
border-color css
<style>
span { border-color: #535188; }
span { border-color: rgb(83,81,136); }
td.TdClassName
{
border-color: #535188;
}
.TagClassName
{
border-color: #535188;
}
</style>