Html Css Color HEX #5A5092 Victoria

📋 copy color: '#5A5092'

red 90 ◦ green 80 ◦ blue 146

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

Shades of Victoria #5A5092

Tints of Victoria #5A5092

RGB

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

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

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

R = 28.48%
G = 25.32%
B = 46.2%

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

#5A5092 (or 0x5A5092) is known color: Victoria. HEX triplet: 5A, 50 and 92. RGB value is (90,80,146). Sum of RGB (Red+Green+Blue) = 90+80+146=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A5092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5092 is #A5AF6D. Grayscale: #5A5A5A. Windows color (decimal): -10858350 or 9588826. OLE color: 9588826.

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

Color convert

RGB 90 80 146 -
CMYK 0.38 0.45 0 0.43
HSL 249.09º 0.29% 0.44% -
HSV(B) 249.09º 0.45% 0.57% -
XYZ 12.27 9.99 28.47 -
YUV 90.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 90 80 146 0.38 0.45 0 0.43 249.09 0.29 0.44
Hex 5A 50 92 26 2D 0 2B F9 1D 2C
Octal 132 120 222 46 55 0 53 371 35 54
Binary 1011010 1010000 10010010 100110 101101 0 101011 11111001 11101 101100

Color Harmonies of #5A5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5092

Black with #5A5092

Text Example


Text Example

White with #5A5092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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