#5B538B

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

Shades of Victoria #5B538B

Tints of Victoria #5B538B

Color information

#5B538B (or 0x5B538B) is unknown color: approx Victoria. HEX triplet: 5B, 53 and 8B. RGB value is (91,83,139). Sum of RGB (Red+Green+Blue) = 91+83+139=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B538B is #A4AC74. Grayscale: #5B5B5B. Windows color (decimal): -10792053 or 9130843. OLE color: 9130843.

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

Color convert

RGB9183139-
CMYK0.350.4000.45
HSL248.57º25.23%43.53%-
HSV(B)248.57º40.29%54.51%-
XYZ12.0710.2725.77-
YUV91.78154.65127.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=29.07%
G=26.52%
B=44.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91831390.350.4000.45248.5725.2343.53
Hex5B538B232802Df9192c
Octal13312321343500553713154
Binary101101110100111000101110001110100001011011111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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