#5D5480

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

Shades of Victoria #5D5480

Tints of Victoria #5D5480

Color information

#5D5480 (or 0x5D5480) is unknown color: approx Victoria. HEX triplet: 5D, 54 and 80. RGB value is (93,84,128). Sum of RGB (Red+Green+Blue) = 93+84+128=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #5D5480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5480 is #A2AB7F. Grayscale: #5B5B5B. Windows color (decimal): -10660736 or 8410205. OLE color: 8410205.

HSL color Cylindrical-coordinate representation of color #5D5480: hue angle of 252.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D5480 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9384128-
CMYK0.270.3400.50
HSL252.27º20.75%41.57%-
HSV(B)252.27º34.38%50.2%-
XYZ11.5810.2321.79-
YUV91.71148.48128.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=30.49%
G=27.54%
B=41.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal93841280.270.3400.50252.2720.7541.57
Hex5D54801B22032fc152a
Octal13512420033420623742552
Binary10111011010100100000001101110001001100101111110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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