Html Css Color HEX #5E5090 Victoria

📋 copy color: '#5E5090'

red 94 ◦ green 80 ◦ blue 144

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

Shades of Victoria #5E5090

Tints of Victoria #5E5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 29.56%
G = 25.16%
B = 45.28%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E5090 (or 0x5E5090) is known color: Victoria. HEX triplet: 5E, 50 and 90. RGB value is (94,80,144). Sum of RGB (Red+Green+Blue) = 94+80+144=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5090 is #A1AF6F. Grayscale: #5B5B5B. Windows color (decimal): -10596208 or 9457758. OLE color: 9457758.

HSL color Cylindrical-coordinate representation of color #5E5090: hue angle of 253.12º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E5090 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 80 144 -
CMYK 0.35 0.44 0 0.44
HSL 253.13º 0.29% 0.44% -
HSV(B) 253.13º 0.44% 0.56% -
XYZ 12.52 10.13 27.68 -
YUV 91.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 94 80 144 0.35 0.44 0 0.44 253.13 0.29 0.44
Hex 5E 50 90 23 2C 0 2C FD 1D 2C
Octal 136 120 220 43 54 0 54 375 35 54
Binary 1011110 1010000 10010000 100011 101100 0 101100 11111101 11101 101100

Color Harmonies of #5E5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5090

Black with #5E5090

Text Example


Text Example

White with #5E5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,80,144); }

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

background-color css

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

 a { background-color: rgb(94,80,144); }

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

border-color css

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

 span { border-color: rgb(94,80,144); }

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