Html Css Color HEX #5A4E90 Victoria

📋 copy color: '#5A4E90'

red 90 ◦ green 78 ◦ blue 144

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

Shades of Victoria #5A4E90

Tints of Victoria #5A4E90

RGB

 RED value IS 90 (35.55% from 255) = 28.85%

 GREEN value IS 78 (30.86% from 255) = 25%

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

R = 28.85%
G = 25%
B = 46.15%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A4E90 (or 0x5A4E90) is known color: Victoria. HEX triplet: 5A, 4E and 90. RGB value is (90,78,144). Sum of RGB (Red+Green+Blue) = 90+78+144=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A4E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4E90 is #A5B16F. Grayscale: #585858. Windows color (decimal): -10858864 or 9457242. OLE color: 9457242.

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

Color convert

RGB 90 78 144 -
CMYK 0.37 0.46 0 0.44
HSL 250.91º 0.3% 0.44% -
HSV(B) 250.91º 0.46% 0.56% -
XYZ 11.97 9.64 27.61 -
YUV 89.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 90 78 144 0.37 0.46 0 0.44 250.91 0.3 0.44
Hex 5A 4E 90 25 2E 0 2C FB 1E 2C
Octal 132 116 220 45 56 0 54 373 36 54
Binary 1011010 1001110 10010000 100101 101110 0 101100 11111011 11110 101100

Color Harmonies of #5A4E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E90

Black with #5A4E90

Text Example


Text Example

White with #5A4E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,144); }

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

background-color css

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

 a { background-color: rgb(90,78,144); }

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

border-color css

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

 span { border-color: rgb(90,78,144); }

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