#5D588A

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

Shades of Victoria #5D588A

Tints of Victoria #5D588A

Color information

#5D588A (or 0x5D588A) is unknown color: approx Victoria. HEX triplet: 5D, 58 and 8A. RGB value is (93,88,138). Sum of RGB (Red+Green+Blue) = 93+88+138=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #5D588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D588A is #A2A775. Grayscale: #5F5F5F. Windows color (decimal): -10659702 or 9066589. OLE color: 9066589.

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

Color convert

RGB9388138-
CMYK0.330.3600.46
HSL246º22.12%44.31%-
HSV(B)246º36.23%54.12%-
XYZ12.5911.1425.53-
YUV95.2152.16126.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=29.15%
G=27.59%
B=43.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93881380.330.3600.4624622.1244.31
Hex5D588A212402Ef6162c
Octal13513021241440563662654
Binary101110110110001000101010000110010001011101111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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