#5D508E

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

Shades of Victoria #5D508E

Tints of Victoria #5D508E

Color information

#5D508E (or 0x5D508E) is unknown color: approx Victoria. HEX triplet: 5D, 50 and 8E. RGB value is (93,80,142). Sum of RGB (Red+Green+Blue) = 93+80+142=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D508E is #A2AF71. Grayscale: #5A5A5A. Windows color (decimal): -10661746 or 9326685. OLE color: 9326685.

HSL color Cylindrical-coordinate representation of color #5D508E: hue angle of 252.58º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D508E is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9380142-
CMYK0.350.4400.44
HSL252.58º27.93%43.53%-
HSV(B)252.58º43.66%55.69%-
XYZ12.2710.0226.88-
YUV90.96156.81129.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=29.52%
G=25.40%
B=45.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93801420.350.4400.44252.5827.9343.53
Hex5D508E232C02Cfd1c2c
Octal13512021643540543753454
Binary101110110100001000111010001110110001011001111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,80,142); }

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

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

 a { background-color: rgb(93,80,142); }

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

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

 span { border-color: rgb(93,80,142); }

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