Html Css Color HEX #504D8A Victoria

📋 copy color: '#504D8A'

red 80 ◦ green 77 ◦ blue 138

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

Shades of Victoria #504D8A

Tints of Victoria #504D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.1%

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

R = 27.12%
G = 26.1%
B = 46.78%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#504D8A (or 0x504D8A) is known color: Victoria. HEX triplet: 50, 4D and 8A. RGB value is (80,77,138). Sum of RGB (Red+Green+Blue) = 80+77+138=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #504D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D8A is #AFB275. Grayscale: #545454. Windows color (decimal): -11514486 or 9063760. OLE color: 9063760.

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

Color convert

RGB 80 77 138 -
CMYK 0.42 0.44 0 0.46
HSL 242.95º 0.28% 0.42% -
HSV(B) 242.95º 0.44% 0.54% -
XYZ 10.55 8.85 25.2 -
YUV 84.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 80 77 138 0.42 0.44 0 0.46 242.95 0.28 0.42
Hex 50 4D 8A 2A 2C 0 2E F3 1C 2A
Octal 120 115 212 52 54 0 56 363 34 52
Binary 1010000 1001101 10001010 101010 101100 0 101110 11110011 11100 101010

Color Harmonies of #504D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D8A

Black with #504D8A

Text Example


Text Example

White with #504D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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