Html Css Color HEX #504D82 Victoria

📋 copy color: '#504D82'

red 80 ◦ green 77 ◦ blue 130

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

Shades of Victoria #504D82

Tints of Victoria #504D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 27.87%
G = 26.83%
B = 45.3%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#504D82 (or 0x504D82) is known color: Victoria. HEX triplet: 50, 4D and 82. RGB value is (80,77,130). Sum of RGB (Red+Green+Blue) = 80+77+130=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #504D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504D82 is #AFB27D. Grayscale: #535353. Windows color (decimal): -11514494 or 8539472. OLE color: 8539472.

HSL color Cylindrical-coordinate representation of color #504D82: hue angle of 243.4º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504D82 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 77 130 -
CMYK 0.38 0.41 0 0.49
HSL 243.4º 0.26% 0.41% -
HSV(B) 243.4º 0.41% 0.51% -
XYZ 9.99 8.62 22.26 -
YUV 83.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 80 77 130 0.38 0.41 0 0.49 243.4 0.26 0.41
Hex 50 4D 82 26 29 0 31 F3 1A 29
Octal 120 115 202 46 51 0 61 363 32 51
Binary 1010000 1001101 10000010 100110 101001 0 110001 11110011 11010 101001

Color Harmonies of #504D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D82

Black with #504D82

Text Example


Text Example

White with #504D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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