Html Css Color HEX #5E518A Victoria

📋 copy color: '#5E518A'

red 94 ◦ green 81 ◦ blue 138

#5E518A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Victoria #5E518A

Tints of Victoria #5E518A

RGB

 RED value IS 94 (37.11% from 255) = 30.03%

 GREEN value IS 81 (32.03% from 255) = 25.88%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 30.03%
G = 25.88%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5E518A (or 0x5E518A) is known color: Victoria. HEX triplet: 5E, 51 and 8A. RGB value is (94,81,138). Sum of RGB (Red+Green+Blue) = 94+81+138=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E518A is #A1AE75. Grayscale: #5B5B5B. Windows color (decimal): -10595958 or 9064798. OLE color: 9064798.

HSL color Cylindrical-coordinate representation of color #5E518A: hue angle of 253.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E518A is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 81 138 -
CMYK 0.32 0.41 0 0.46
HSL 253.68º 0.26% 0.43% -
HSV(B) 253.68º 0.41% 0.54% -
XYZ 12.15 10.1 25.35 -
YUV 91.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 94 81 138 0.32 0.41 0 0.46 253.68 0.26 0.43
Hex 5E 51 8A 20 29 0 2E FE 1A 2B
Octal 136 121 212 40 51 0 56 376 32 53
Binary 1011110 1010001 10001010 100000 101001 0 101110 11111110 11010 101011

Color Harmonies of #5E518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E518A

Black with #5E518A

Text Example


Text Example

White with #5E518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,81,138); }

 H1.HeaderClassName
 {
   color: #5E518A;
 }
 .AnyTagClassName
 {
   color: #5E518A;
 }
</style>

background-color css

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

 a { background-color: rgb(94,81,138); }

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

border-color css

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

 span { border-color: rgb(94,81,138); }

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