#5E527D

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

Shades of Victoria #5E527D

Tints of Victoria #5E527D

Color information

#5E527D (or 0x5E527D) is unknown color: approx Victoria. HEX triplet: 5E, 52 and 7D. RGB value is (94,82,125). Sum of RGB (Red+Green+Blue) = 94+82+125=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E527D is #A1AD82. Grayscale: #5A5A5A. Windows color (decimal): -10595715 or 8213086. OLE color: 8213086.

HSL color Cylindrical-coordinate representation of color #5E527D: hue angle of 256.74º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E527D is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9482125-
CMYK0.250.3400.51
HSL256.74º20.77%40.59%-
HSV(B)256.74º34.4%49.02%-
XYZ11.349.8920.71-
YUV90.49147.48130.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=31.23%
G=27.24%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94821250.250.3400.51256.7420.7740.59
Hex5E527D19220331011529
Octal13612217531420634012551
Binary10111101010010111110111001100010011001110000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,82,125); }

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

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

 a { background-color: rgb(94,82,125); }

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

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

 span { border-color: rgb(94,82,125); }

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