#5D4D85

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

Shades of Victoria #5D4D85

Tints of Victoria #5D4D85

Color information

#5D4D85 (or 0x5D4D85) is unknown color: approx Victoria. HEX triplet: 5D, 4D and 85. RGB value is (93,77,133). Sum of RGB (Red+Green+Blue) = 93+77+133=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D4D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D4D85 is #A2B27A. Grayscale: #575757. Windows color (decimal): -10662523 or 8736093. OLE color: 8736093.

HSL color Cylindrical-coordinate representation of color #5D4D85: hue angle of 257.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D4D85 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9377133-
CMYK0.300.4200.48
HSL257.14º26.67%41.18%-
HSV(B)257.14º42.11%52.16%-
XYZ11.49.3323.39-
YUV88.17153.3131.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 77 (30.47% from 255) = 25.41%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=30.69%
G=25.41%
B=43.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93771330.300.4200.48257.1426.6741.18
Hex5D4D851E2A0301011b29
Octal13511520536520604013351
Binary101110110011011000010111110101010011000010000000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,77,133); }

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

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

 a { background-color: rgb(93,77,133); }

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

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

 span { border-color: rgb(93,77,133); }

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