#5D5384

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

Shades of Victoria #5D5384

Tints of Victoria #5D5384

Color information

#5D5384 (or 0x5D5384) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 84. RGB value is (93,83,132). Sum of RGB (Red+Green+Blue) = 93+83+132=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5384 is #A2AC7B. Grayscale: #5B5B5B. Windows color (decimal): -10660988 or 8672093. OLE color: 8672093.

HSL color Cylindrical-coordinate representation of color #5D5384: hue angle of 252.24º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D5384 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9383132-
CMYK0.300.3700.48
HSL252.24º22.79%42.16%-
HSV(B)252.24º37.12%51.76%-
XYZ11.7710.1823.17-
YUV91.58150.81129.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.19%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=30.19%
G=26.95%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93831320.300.3700.48252.2422.7942.16
Hex5D53841E25030fc172a
Octal13512320436450603742752
Binary10111011010011100001001111010010101100001111110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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