#5D518A

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

Shades of Victoria #5D518A

Tints of Victoria #5D518A

Color information

#5D518A (or 0x5D518A) is unknown color: approx Victoria. HEX triplet: 5D, 51 and 8A. RGB value is (93,81,138). Sum of RGB (Red+Green+Blue) = 93+81+138=312 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.81% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D518A is #A2AE75. Grayscale: #5A5A5A. Windows color (decimal): -10661494 or 9064797. OLE color: 9064797.

HSL color Cylindrical-coordinate representation of color #5D518A: hue angle of 252.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D518A is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9381138-
CMYK0.330.4100.46
HSL252.63º26.03%42.94%-
HSV(B)252.63º41.3%54.12%-
XYZ12.0410.0525.35-
YUV91.09154.48129.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.81%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=29.81%
G=25.96%
B=44.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93811380.330.4100.46252.6326.0342.94
Hex5D518A212902Efd1a2b
Octal13512121241510563753253
Binary101110110100011000101010000110100101011101111110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,81,138); }

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

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

 a { background-color: rgb(93,81,138); }

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

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

 span { border-color: rgb(93,81,138); }

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