#5A548B

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

Shades of Victoria #5A548B

Tints of Victoria #5A548B

Color information

#5A548B (or 0x5A548B) is unknown color: approx Victoria. HEX triplet: 5A, 54 and 8B. RGB value is (90,84,139). Sum of RGB (Red+Green+Blue) = 90+84+139=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 84 (33.20% from 255 or 26.84% 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 #5A548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A548B is #A5AB74. Grayscale: #5B5B5B. Windows color (decimal): -10857333 or 9131098. OLE color: 9131098.

HSL color Cylindrical-coordinate representation of color #5A548B: hue angle of 246.55º 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 #5A548B is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9084139-
CMYK0.350.4000.45
HSL246.55º24.66%43.73%-
HSV(B)246.55º39.57%54.51%-
XYZ12.0510.3825.79-
YUV92.06154.49126.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.75%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=28.75%
G=26.84%
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
Decimal90841390.350.4000.45246.5524.6643.73
Hex5A548B232802Df7192c
Octal13212421343500553673154
Binary101101010101001000101110001110100001011011111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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