#5B528A

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

Shades of Victoria #5B528A

Tints of Victoria #5B528A

Color information

#5B528A (or 0x5B528A) is unknown color: approx Victoria. HEX triplet: 5B, 52 and 8A. RGB value is (91,82,138). Sum of RGB (Red+Green+Blue) = 91+82+138=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #5B528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B528A is #A4AD75. Grayscale: #5A5A5A. Windows color (decimal): -10792310 or 9065051. OLE color: 9065051.

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

Color convert

RGB9182138-
CMYK0.340.4100.46
HSL249.64º25.45%43.14%-
HSV(B)249.64º40.58%54.12%-
XYZ11.9210.0925.36-
YUV91.08154.48127.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=29.26%
G=26.37%
B=44.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91821380.340.4100.46249.6425.4543.14
Hex5B528A222902Efa192b
Octal13312221242510563723153
Binary101101110100101000101010001010100101011101111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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