Html Css Color HEX #5A5080 Victoria

📋 copy color: '#5A5080'

red 90 ◦ green 80 ◦ blue 128

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

Shades of Victoria #5A5080

Tints of Victoria #5A5080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 30.2%
G = 26.85%
B = 42.95%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A5080 (or 0x5A5080) is known color: Victoria. HEX triplet: 5A, 50 and 80. RGB value is (90,80,128). Sum of RGB (Red+Green+Blue) = 90+80+128=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #5A5080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5080 is #A5AF7F. Grayscale: #585858. Windows color (decimal): -10858368 or 8409178. OLE color: 8409178.

HSL color Cylindrical-coordinate representation of color #5A5080: hue angle of 252.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5080 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 80 128 -
CMYK 0.30 0.38 0 0.50
HSL 252.5º 0.23% 0.41% -
HSV(B) 252.5º 0.38% 0.5% -
XYZ 10.98 9.47 21.67 -
YUV 88.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 90 80 128 0.30 0.38 0 0.50 252.5 0.23 0.41
Hex 5A 50 80 1E 26 0 32 FD 17 29
Octal 132 120 200 36 46 0 62 375 27 51
Binary 1011010 1010000 10000000 11110 100110 0 110010 11111101 10111 101001

Color Harmonies of #5A5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5080

Black with #5A5080

Text Example


Text Example

White with #5A5080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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