#5B538C

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

Shades of Victoria #5B538C

Tints of Victoria #5B538C

Color information

#5B538C (or 0x5B538C) is unknown color: approx Victoria. HEX triplet: 5B, 53 and 8C. RGB value is (91,83,140). Sum of RGB (Red+Green+Blue) = 91+83+140=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B538C is #A4AC73. Grayscale: #5B5B5B. Windows color (decimal): -10792052 or 9196379. OLE color: 9196379.

HSL color Cylindrical-coordinate representation of color #5B538C: hue angle of 248.42º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B538C is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9183140-
CMYK0.350.4100.45
HSL248.42º25.56%43.73%-
HSV(B)248.42º40.71%54.9%-
XYZ12.1410.326.16-
YUV91.89155.15127.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.98%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=28.98%
G=26.43%
B=44.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91831400.350.4100.45248.4225.5643.73
Hex5B538C232902Df81a2c
Octal13312321443510553703254
Binary101101110100111000110010001110100101011011111100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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