#5B5188

Color #5B5188 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #5B5188

Tints of Victoria #5B5188

Color information

#5B5188 (or 0x5B5188) is unknown color: approx Victoria. HEX triplet: 5B, 51 and 88. RGB value is (91,81,136). Sum of RGB (Red+Green+Blue) = 91+81+136=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B5188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5188 is #A4AE77. Grayscale: #5A5A5A. Windows color (decimal): -10792568 or 8933723. OLE color: 8933723.

HSL color Cylindrical-coordinate representation of color #5B5188: hue angle of 250.91º 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 #5B5188 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9181136-
CMYK0.330.4000.47
HSL250.91º25.35%42.55%-
HSV(B)250.91º40.44%53.33%-
XYZ11.79.8924.58-
YUV90.26153.81128.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 29.55%
GREEN value IS 81 (32.03% from 255) = 26.30%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=29.55%
G=26.30%
B=44.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91811360.330.4000.47250.9125.3542.55
Hex5B5188212802Ffb192b
Octal13312121041500573733153
Binary101101110100011000100010000110100001011111111101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5188; }

 p { color: rgb(91,81,136); }

 H1.HeaderClassName
 {
   color: #5B5188;
 }
 .AnyTagClassName
 {
   color: #5B5188;
 }
</style>
background-color css

<style>
 a { background-color: #5B5188; }

 a { background-color: rgb(91,81,136); }

 div.DivClassName
 {
   background-color: #5B5188;
 }
 .BgClassName
 {
   background-color: #5B5188;
 }
</style>
border-color css

<style>
 span { border-color: #5B5188; }

 span { border-color: rgb(91,81,136); }

 td.TdClassName
 {
   border-color: #5B5188;
 }
 .TagClassName
 {
   border-color: #5B5188;
 }
</style>