Html Css Color HEX #504A8A Victoria

📋 copy color: '#504A8A'

red 80 ◦ green 74 ◦ blue 138

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

Shades of Victoria #504A8A

Tints of Victoria #504A8A

RGB

 RED value IS 80 (31.64% from 255) = 27.4%

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 138 (54.3% from 255) = 47.26%

R = 27.4%
G = 25.34%
B = 47.26%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#504A8A (or 0x504A8A) is known color: Victoria. HEX triplet: 50, 4A and 8A. RGB value is (80,74,138). Sum of RGB (Red+Green+Blue) = 80+74+138=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #504A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A8A is #AFB575. Grayscale: #525252. Windows color (decimal): -11515254 or 9062992. OLE color: 9062992.

HSL color Cylindrical-coordinate representation of color #504A8A: hue angle of 245.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #504A8A is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 74 138 -
CMYK 0.42 0.46 0 0.46
HSL 245.63º 0.3% 0.42% -
HSV(B) 245.63º 0.46% 0.54% -
XYZ 10.34 8.44 25.13 -
YUV 83.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 80 74 138 0.42 0.46 0 0.46 245.63 0.3 0.42
Hex 50 4A 8A 2A 2E 0 2E F6 1E 2A
Octal 120 112 212 52 56 0 56 366 36 52
Binary 1010000 1001010 10001010 101010 101110 0 101110 11110110 11110 101010

Color Harmonies of #504A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A8A

Black with #504A8A

Text Example


Text Example

White with #504A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504A8A; }

 p { color: rgb(80,74,138); }

 H1.HeaderClassName
 {
   color: #504A8A;
 }
 .AnyTagClassName
 {
   color: #504A8A;
 }
</style>

background-color css

<style>
 a { background-color: #504A8A; }

 a { background-color: rgb(80,74,138); }

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

border-color css

<style>
 span { border-color: #504A8A; }

 span { border-color: rgb(80,74,138); }

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