Html Css Color HEX #504973 Victoria

📋 copy color: '#504973'

red 80 ◦ green 73 ◦ blue 115

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

Shades of Victoria #504973

Tints of Victoria #504973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.24%

 BLUE value IS 115 (45.31% from 255) = 42.91%

R = 29.85%
G = 27.24%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504973 (or 0x504973) is known color: Victoria. HEX triplet: 50, 49 and 73. RGB value is (80,73,115). Sum of RGB (Red+Green+Blue) = 80+73+115=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #504973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504973 is #AFB68C. Grayscale: #4F4F4F. Windows color (decimal): -11515533 or 7555408. OLE color: 7555408.

HSL color Cylindrical-coordinate representation of color #504973: hue angle of 250º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504973 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 73 115 -
CMYK 0.30 0.37 0 0.55
HSL 250º 0.22% 0.37% -
HSV(B) 250º 0.37% 0.45% -
XYZ 8.79 7.71 17.24 -
YUV 79.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 80 73 115 0.30 0.37 0 0.55 250 0.22 0.37
Hex 50 49 73 1E 25 0 37 FA 16 25
Octal 120 111 163 36 45 0 67 372 26 45
Binary 1010000 1001001 1110011 11110 100101 0 110111 11111010 10110 100101

Color Harmonies of #504973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504973

Black with #504973

Text Example


Text Example

White with #504973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504973; }

 p { color: rgb(80,73,115); }

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

background-color css

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

 a { background-color: rgb(80,73,115); }

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

border-color css

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

 span { border-color: rgb(80,73,115); }

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