Html Css Color HEX #5A5194 Victoria

📋 copy color: '#5A5194'

red 90 ◦ green 81 ◦ blue 148

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

Shades of Victoria #5A5194

Tints of Victoria #5A5194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 28.21%
G = 25.39%
B = 46.39%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A5194 (or 0x5A5194) is known color: Victoria. HEX triplet: 5A, 51 and 94. RGB value is (90,81,148). Sum of RGB (Red+Green+Blue) = 90+81+148=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A5194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5194 is #A5AE6B. Grayscale: #5B5B5B. Windows color (decimal): -10858092 or 9720154. OLE color: 9720154.

HSL color Cylindrical-coordinate representation of color #5A5194: hue angle of 248.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A5194 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 81 148 -
CMYK 0.39 0.45 0 0.42
HSL 248.06º 0.29% 0.45% -
HSV(B) 248.06º 0.45% 0.58% -
XYZ 12.5 10.2 29.33 -
YUV 91.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 90 81 148 0.39 0.45 0 0.42 248.06 0.29 0.45
Hex 5A 51 94 27 2D 0 2A F8 1D 2D
Octal 132 121 224 47 55 0 52 370 35 55
Binary 1011010 1010001 10010100 100111 101101 0 101010 11111000 11101 101101

Color Harmonies of #5A5194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5194

Black with #5A5194

Text Example


Text Example

White with #5A5194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,81,148); }

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

background-color css

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

 a { background-color: rgb(90,81,148); }

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

border-color css

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

 span { border-color: rgb(90,81,148); }

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