Html Css Color HEX #504786 Victoria

📋 copy color: '#504786'

red 80 ◦ green 71 ◦ blue 134

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

Shades of Victoria #504786

Tints of Victoria #504786

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 28.07%
G = 24.91%
B = 47.02%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#504786 (or 0x504786) is known color: Victoria. HEX triplet: 50, 47 and 86. RGB value is (80,71,134). Sum of RGB (Red+Green+Blue) = 80+71+134=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #504786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504786 is #AFB879. Grayscale: #505050. Windows color (decimal): -11516026 or 8800080. OLE color: 8800080.

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

Color convert

RGB 80 71 134 -
CMYK 0.40 0.47 0 0.47
HSL 248.57º 0.31% 0.4% -
HSV(B) 248.57º 0.47% 0.53% -
XYZ 9.86 7.93 23.57 -
YUV 80.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 80 71 134 0.40 0.47 0 0.47 248.57 0.31 0.4
Hex 50 47 86 28 2F 0 2F F9 1F 28
Octal 120 107 206 50 57 0 57 371 37 50
Binary 1010000 1000111 10000110 101000 101111 0 101111 11111001 11111 101000

Color Harmonies of #504786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504786

Black with #504786

Text Example


Text Example

White with #504786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504786; }

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

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

background-color css

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

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

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

border-color css

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

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

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