#5B538F

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

Shades of Victoria #5B538F

Tints of Victoria #5B538F

Color information

#5B538F (or 0x5B538F) is unknown color: approx Victoria. HEX triplet: 5B, 53 and 8F. RGB value is (91,83,143). Sum of RGB (Red+Green+Blue) = 91+83+143=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B538F is #A4AC70. Grayscale: #5C5C5C. Windows color (decimal): -10792049 or 9392987. OLE color: 9392987.

HSL color Cylindrical-coordinate representation of color #5B538F: hue angle of 248º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B538F is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9183143-
CMYK0.360.4200.44
HSL248º26.55%44.31%-
HSV(B)248º41.96%56.08%-
XYZ12.3710.3927.34-
YUV92.23156.65127.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.71%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=28.71%
G=26.18%
B=45.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91831430.360.4200.4424826.5544.31
Hex5B538F242A02Cf81b2c
Octal13312321744520543703354
Binary101101110100111000111110010010101001011001111100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,143); }

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

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

 a { background-color: rgb(91,83,143); }

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

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

 span { border-color: rgb(91,83,143); }

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