#5D577C

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

Shades of Victoria #5D577C

Tints of Victoria #5D577C

Color information

#5D577C (or 0x5D577C) is unknown color: approx Victoria. HEX triplet: 5D, 57 and 7C. RGB value is (93,87,124). Sum of RGB (Red+Green+Blue) = 93+87+124=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D577C is #A2A883. Grayscale: #5C5C5C. Windows color (decimal): -10659972 or 8148829. OLE color: 8148829.

HSL color Cylindrical-coordinate representation of color #5D577C: hue angle of 249.73º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D577C is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9387124-
CMYK0.250.3000.51
HSL249.73º17.54%41.37%-
HSV(B)249.73º29.84%48.63%-
XYZ11.5610.620.51-
YUV93.01145.49127.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 87 (34.38% from 255) = 28.62%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=30.59%
G=28.62%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93871240.250.3000.51249.7317.5441.37
Hex5D577C191E033fa1229
Octal13512717431360633722251
Binary101110110101111111100110011111001100111111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,124); }

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

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

 a { background-color: rgb(93,87,124); }

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

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

 span { border-color: rgb(93,87,124); }

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