#5D548D

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

Shades of Victoria #5D548D

Tints of Victoria #5D548D

Color information

#5D548D (or 0x5D548D) is unknown color: approx Victoria. HEX triplet: 5D, 54 and 8D. RGB value is (93,84,141). Sum of RGB (Red+Green+Blue) = 93+84+141=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D548D is #A2AB72. Grayscale: #5C5C5C. Windows color (decimal): -10660723 or 9262173. OLE color: 9262173.

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

Color convert

RGB9384141-
CMYK0.340.4000.45
HSL249.47º25.33%44.12%-
HSV(B)249.47º40.43%55.29%-
XYZ12.4910.5926.59-
YUV93.19154.98127.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=29.25%
G=26.42%
B=44.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93841410.340.4000.45249.4725.3344.12
Hex5D548D222802Df9192c
Octal13512421542500553713154
Binary101110110101001000110110001010100001011011111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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