Html Css Color HEX #504686 Victoria

📋 copy color: '#504686'

red 80 ◦ green 70 ◦ blue 134

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

Shades of Victoria #504686

Tints of Victoria #504686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 134 (52.73% from 255) = 47.18%

R = 28.17%
G = 24.65%
B = 47.18%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504686 (or 0x504686) is known color: Victoria. HEX triplet: 50, 46 and 86. RGB value is (80,70,134). Sum of RGB (Red+Green+Blue) = 80+70+134=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 134 - color contains mainly: blue. Hex color #504686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504686 is #AFB979. Grayscale: #505050. Windows color (decimal): -11516282 or 8799824. OLE color: 8799824.

HSL color Cylindrical-coordinate representation of color #504686: hue angle of 249.38º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #504686 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 70 134 -
CMYK 0.40 0.48 0 0.47
HSL 249.38º 0.31% 0.4% -
HSV(B) 249.38º 0.48% 0.53% -
XYZ 9.8 7.81 23.54 -
YUV 80.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 80 70 134 0.40 0.48 0 0.47 249.38 0.31 0.4
Hex 50 46 86 28 30 0 2F F9 1F 28
Octal 120 106 206 50 60 0 57 371 37 50
Binary 1010000 1000110 10000110 101000 110000 0 101111 11111001 11111 101000

Color Harmonies of #504686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504686

Black with #504686

Text Example


Text Example

White with #504686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504686; }

 p { color: rgb(80,70,134); }

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

background-color css

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

 a { background-color: rgb(80,70,134); }

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

border-color css

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

 span { border-color: rgb(80,70,134); }

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