#5D588C

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

Shades of Victoria #5D588C

Tints of Victoria #5D588C

Color information

#5D588C (or 0x5D588C) is unknown color: approx Victoria. HEX triplet: 5D, 58 and 8C. RGB value is (93,88,140). Sum of RGB (Red+Green+Blue) = 93+88+140=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D588C is #A2A773. Grayscale: #5F5F5F. Windows color (decimal): -10659700 or 9197661. OLE color: 9197661.

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

Color convert

RGB9388140-
CMYK0.340.3700.45
HSL245.77º22.81%44.71%-
HSV(B)245.77º37.14%54.9%-
XYZ12.7411.226.3-
YUV95.42153.16126.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=28.97%
G=27.41%
B=43.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93881400.340.3700.45245.7722.8144.71
Hex5D588C222502Df6172d
Octal13513021442450553662755
Binary101110110110001000110010001010010101011011111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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