#5E547B

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

Shades of Victoria #5E547B

Tints of Victoria #5E547B

Color information

#5E547B (or 0x5E547B) is unknown color: approx Victoria. HEX triplet: 5E, 54 and 7B. RGB value is (94,84,123). Sum of RGB (Red+Green+Blue) = 94+84+123=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E547B is #A1AB84. Grayscale: #5B5B5B. Windows color (decimal): -10595205 or 8082526. OLE color: 8082526.

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

Color convert

RGB9484123-
CMYK0.240.3200.52
HSL255.38º18.84%40.59%-
HSV(B)255.38º31.71%48.24%-
XYZ11.3610.1520.1-
YUV91.44145.81129.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=31.23%
G=27.91%
B=40.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94841230.240.3200.52255.3818.8440.59
Hex5E547B1820034ff1329
Octal13612417330400643772351
Binary1011110101010011110111100010000001101001111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,84,123); }

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

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

 a { background-color: rgb(94,84,123); }

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

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

 span { border-color: rgb(94,84,123); }

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