#5A528D

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

Shades of Victoria #5A528D

Tints of Victoria #5A528D

Color information

#5A528D (or 0x5A528D) is unknown color: approx Victoria. HEX triplet: 5A, 52 and 8D. RGB value is (90,82,141). Sum of RGB (Red+Green+Blue) = 90+82+141=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A528D is #A5AD72. Grayscale: #5A5A5A. Windows color (decimal): -10857843 or 9261658. OLE color: 9261658.

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

Color convert

RGB9082141-
CMYK0.360.4200.45
HSL248.14º26.46%43.73%-
HSV(B)248.14º41.84%55.29%-
XYZ12.0410.1326.52-
YUV91.12156.15127.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=28.75%
G=26.20%
B=45.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90821410.360.4200.45248.1426.4643.73
Hex5A528D242A02Df81a2c
Octal13212221544520553703254
Binary101101010100101000110110010010101001011011111100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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