#5A548E

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

Shades of Victoria #5A548E

Tints of Victoria #5A548E

Color information

#5A548E (or 0x5A548E) is unknown color: approx Victoria. HEX triplet: 5A, 54 and 8E. RGB value is (90,84,142). Sum of RGB (Red+Green+Blue) = 90+84+142=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A548E is #A5AB71. Grayscale: #5C5C5C. Windows color (decimal): -10857330 or 9327706. OLE color: 9327706.

HSL color Cylindrical-coordinate representation of color #5A548E: hue angle of 246.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A548E is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9084142-
CMYK0.370.4100.44
HSL246.21º25.66%44.31%-
HSV(B)246.21º40.85%55.69%-
XYZ12.2710.4726.96-
YUV92.41155.99126.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=28.48%
G=26.58%
B=44.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90841420.370.4100.44246.2125.6644.31
Hex5A548E252902Cf61a2c
Octal13212421645510543663254
Binary101101010101001000111010010110100101011001111011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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