#5A528B

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

Shades of Victoria #5A528B

Tints of Victoria #5A528B

Color information

#5A528B (or 0x5A528B) is unknown color: approx Victoria. HEX triplet: 5A, 52 and 8B. RGB value is (90,82,139). Sum of RGB (Red+Green+Blue) = 90+82+139=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A528B is #A5AD74. Grayscale: #5A5A5A. Windows color (decimal): -10857845 or 9130586. OLE color: 9130586.

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

Color convert

RGB9082139-
CMYK0.350.4100.45
HSL248.42º25.79%43.33%-
HSV(B)248.42º41.01%54.51%-
XYZ11.8910.0725.74-
YUV90.89155.15127.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=28.94%
G=26.37%
B=44.69%

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
Decimal90821390.350.4100.45248.4225.7943.33
Hex5A528B232902Df81a2b
Octal13212221343510553703253
Binary101101010100101000101110001110100101011011111100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,82,139); }

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

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

 a { background-color: rgb(90,82,139); }

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

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

 span { border-color: rgb(90,82,139); }

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