Html Css Color HEX #5A5192 Victoria

📋 copy color: '#5A5192'

red 90 ◦ green 81 ◦ blue 146

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

Shades of Victoria #5A5192

Tints of Victoria #5A5192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 28.39%
G = 25.55%
B = 46.06%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A5192 (or 0x5A5192) is known color: Victoria. HEX triplet: 5A, 51 and 92. RGB value is (90,81,146). Sum of RGB (Red+Green+Blue) = 90+81+146=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5192 is #A5AE6D. Grayscale: #5A5A5A. Windows color (decimal): -10858094 or 9589082. OLE color: 9589082.

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

Color convert

RGB 90 81 146 -
CMYK 0.38 0.45 0 0.43
HSL 248.31º 0.29% 0.45% -
HSV(B) 248.31º 0.45% 0.57% -
XYZ 12.35 10.13 28.5 -
YUV 91.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 90 81 146 0.38 0.45 0 0.43 248.31 0.29 0.45
Hex 5A 51 92 26 2D 0 2B F8 1D 2D
Octal 132 121 222 46 55 0 53 370 35 55
Binary 1011010 1010001 10010010 100110 101101 0 101011 11111000 11101 101101

Color Harmonies of #5A5192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5192

Black with #5A5192

Text Example


Text Example

White with #5A5192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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