#5D537B

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

Shades of Victoria #5D537B

Tints of Victoria #5D537B

Color information

#5D537B (or 0x5D537B) is unknown color: approx Victoria. HEX triplet: 5D, 53 and 7B. RGB value is (93,83,123). Sum of RGB (Red+Green+Blue) = 93+83+123=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D537B is #A2AC84. Grayscale: #5A5A5A. Windows color (decimal): -10660997 or 8082269. OLE color: 8082269.

HSL color Cylindrical-coordinate representation of color #5D537B: hue angle of 255º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D537B is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9383123-
CMYK0.240.3300.52
HSL255º19.42%40.39%-
HSV(B)255º32.52%48.24%-
XYZ11.189.9420.07-
YUV90.55146.31129.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 123 (48.44% from 255) = 41.14%
R=31.10%
G=27.76%
B=41.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93831230.240.3300.5225519.4240.39
Hex5D537B1821034ff1328
Octal13512317330410643772350
Binary1011101101001111110111100010000101101001111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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