#5D538D

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

Shades of Victoria #5D538D

Tints of Victoria #5D538D

Color information

#5D538D (or 0x5D538D) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 8D. RGB value is (93,83,141). Sum of RGB (Red+Green+Blue) = 93+83+141=317 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.34% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D538D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D538D is #A2AC72. Grayscale: #5C5C5C. Windows color (decimal): -10660979 or 9261917. OLE color: 9261917.

HSL color Cylindrical-coordinate representation of color #5D538D: hue angle of 250.34º 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 #5D538D is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9383141-
CMYK0.340.4100.45
HSL250.34º25.89%43.92%-
HSV(B)250.34º41.13%55.29%-
XYZ12.4210.4426.56-
YUV92.6155.31128.28-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.34%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=29.34%
G=26.18%
B=44.48%

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
Decimal93831410.340.4100.45250.3425.8943.92
Hex5D538D222902Dfa1a2c
Octal13512321542510553723254
Binary101110110100111000110110001010100101011011111101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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