#5B538A

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

Shades of Victoria #5B538A

Tints of Victoria #5B538A

Color information

#5B538A (or 0x5B538A) is unknown color: approx Victoria. HEX triplet: 5B, 53 and 8A. RGB value is (91,83,138). Sum of RGB (Red+Green+Blue) = 91+83+138=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B538A is #A4AC75. Grayscale: #5B5B5B. Windows color (decimal): -10792054 or 9065307. OLE color: 9065307.

HSL color Cylindrical-coordinate representation of color #5B538A: hue angle of 248.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B538A is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9183138-
CMYK0.340.4000.46
HSL248.73º24.89%43.33%-
HSV(B)248.73º39.86%54.12%-
XYZ1210.2525.39-
YUV91.66154.15127.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=29.17%
G=26.60%
B=44.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91831380.340.4000.46248.7324.8943.33
Hex5B538A222802Ef9192b
Octal13312321242500563713153
Binary101101110100111000101010001010100001011101111100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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