#5D528D

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

Shades of Victoria #5D528D

Tints of Victoria #5D528D

Color information

#5D528D (or 0x5D528D) is unknown color: approx Victoria. HEX triplet: 5D, 52 and 8D. RGB value is (93,82,141). Sum of RGB (Red+Green+Blue) = 93+82+141=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D528D is #A2AD72. Grayscale: #5B5B5B. Windows color (decimal): -10661235 or 9261661. OLE color: 9261661.

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

Color convert

RGB9382141-
CMYK0.340.4200.45
HSL251.19º26.46%43.73%-
HSV(B)251.19º41.84%55.29%-
XYZ12.3410.2826.53-
YUV92.02155.64128.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=29.43%
G=25.95%
B=44.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93821410.340.4200.45251.1926.4643.73
Hex5D528D222A02Dfb1a2c
Octal13512221542520553733254
Binary101110110100101000110110001010101001011011111101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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