#5D598C

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

Shades of Victoria #5D598C

Tints of Victoria #5D598C

Color information

#5D598C (or 0x5D598C) is unknown color: approx Victoria. HEX triplet: 5D, 59 and 8C. RGB value is (93,89,140). Sum of RGB (Red+Green+Blue) = 93+89+140=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D598C is #A2A673. Grayscale: #5F5F5F. Windows color (decimal): -10659444 or 9197917. OLE color: 9197917.

HSL color Cylindrical-coordinate representation of color #5D598C: hue angle of 244.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D598C is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9389140-
CMYK0.340.3600.45
HSL244.71º22.27%44.9%-
HSV(B)244.71º36.43%54.9%-
XYZ12.8211.3726.33-
YUV96.01152.83125.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.88%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=28.88%
G=27.64%
B=43.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93891400.340.3600.45244.7122.2744.9
Hex5D598C222402Df5162d
Octal13513121442440553652655
Binary101110110110011000110010001010010001011011111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,140); }

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

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

 a { background-color: rgb(93,89,140); }

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

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

 span { border-color: rgb(93,89,140); }

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