#5E4F83

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

Shades of Victoria #5E4F83

Tints of Victoria #5E4F83

Color information

#5E4F83 (or 0x5E4F83) is unknown color: approx Victoria. HEX triplet: 5E, 4F and 83. RGB value is (94,79,131). Sum of RGB (Red+Green+Blue) = 94+79+131=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E4F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4F83 is #A1B07C. Grayscale: #595959. Windows color (decimal): -10596477 or 8605534. OLE color: 8605534.

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

Color convert

RGB9479131-
CMYK0.280.4000.49
HSL257.31º24.76%41.18%-
HSV(B)257.31º39.69%51.37%-
XYZ11.519.6122.72-
YUV89.41151.47131.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=30.92%
G=25.99%
B=43.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94791310.280.4000.49257.3124.7641.18
Hex5E4F831C280311011929
Octal13611720334500614013151
Binary101111010011111000001111100101000011000110000000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,79,131); }

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

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

 a { background-color: rgb(94,79,131); }

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

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

 span { border-color: rgb(94,79,131); }

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