#5D538C

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

Shades of Victoria #5D538C

Tints of Victoria #5D538C

Color information

#5D538C (or 0x5D538C) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 8C. RGB value is (93,83,140). Sum of RGB (Red+Green+Blue) = 93+83+140=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D538C is #A2AC73. Grayscale: #5C5C5C. Windows color (decimal): -10660980 or 9196381. OLE color: 9196381.

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

Color convert

RGB9383140-
CMYK0.340.4100.45
HSL250.53º25.56%43.73%-
HSV(B)250.53º40.71%54.9%-
XYZ12.3410.4126.17-
YUV92.49154.81128.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=29.43%
G=26.27%
B=44.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93831400.340.4100.45250.5325.5643.73
Hex5D538C222902Dfb1a2c
Octal13512321442510553733254
Binary101110110100111000110010001010100101011011111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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