#5B548D

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

Shades of Victoria #5B548D

Tints of Victoria #5B548D

Color information

#5B548D (or 0x5B548D) is unknown color: approx Victoria. HEX triplet: 5B, 54 and 8D. RGB value is (91,84,141). Sum of RGB (Red+Green+Blue) = 91+84+141=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B548D is #A4AB72. Grayscale: #5C5C5C. Windows color (decimal): -10791795 or 9262171. OLE color: 9262171.

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

Color convert

RGB9184141-
CMYK0.350.4000.45
HSL247.37º25.33%44.12%-
HSV(B)247.37º40.43%55.29%-
XYZ12.2910.4926.58-
YUV92.59155.32126.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.80%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=28.80%
G=26.58%
B=44.62%

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
Decimal91841410.350.4000.45247.3725.3344.12
Hex5B548D232802Df7192c
Octal13312421543500553673154
Binary101101110101001000110110001110100001011011111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,84,141); }

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

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

 a { background-color: rgb(91,84,141); }

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

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

 span { border-color: rgb(91,84,141); }

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