Html Css Color HEX #5A4D90 Victoria

📋 copy color: '#5A4D90'

red 90 ◦ green 77 ◦ blue 144

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

Shades of Victoria #5A4D90

Tints of Victoria #5A4D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

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

R = 28.94%
G = 24.76%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A4D90 (or 0x5A4D90) is known color: Victoria. HEX triplet: 5A, 4D and 90. RGB value is (90,77,144). Sum of RGB (Red+Green+Blue) = 90+77+144=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A4D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A4D90 is #A5B26F. Grayscale: #585858. Windows color (decimal): -10859120 or 9456986. OLE color: 9456986.

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

Color convert

RGB 90 77 144 -
CMYK 0.37 0.47 0 0.44
HSL 251.64º 0.3% 0.43% -
HSV(B) 251.64º 0.47% 0.56% -
XYZ 11.9 9.5 27.59 -
YUV 88.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 90 77 144 0.37 0.47 0 0.44 251.64 0.3 0.43
Hex 5A 4D 90 25 2F 0 2C FC 1E 2B
Octal 132 115 220 45 57 0 54 374 36 53
Binary 1011010 1001101 10010000 100101 101111 0 101100 11111100 11110 101011

Color Harmonies of #5A4D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4D90

Black with #5A4D90

Text Example


Text Example

White with #5A4D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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