#5D568C

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

Shades of Victoria #5D568C

Tints of Victoria #5D568C

Color information

#5D568C (or 0x5D568C) is unknown color: approx Victoria. HEX triplet: 5D, 56 and 8C. RGB value is (93,86,140). Sum of RGB (Red+Green+Blue) = 93+86+140=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D568C is #A2A973. Grayscale: #5E5E5E. Windows color (decimal): -10660212 or 9197149. OLE color: 9197149.

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

Color convert

RGB9386140-
CMYK0.340.3900.45
HSL247.78º23.89%44.31%-
HSV(B)247.78º38.57%54.9%-
XYZ12.5810.8826.25-
YUV94.25153.82127.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=29.15%
G=26.96%
B=43.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93861400.340.3900.45247.7823.8944.31
Hex5D568C222702Df8182c
Octal13512621442470553703054
Binary101110110101101000110010001010011101011011111100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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