Html Css Color HEX #504876 Victoria

📋 copy color: '#504876'

red 80 ◦ green 72 ◦ blue 118

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

Shades of Victoria #504876

Tints of Victoria #504876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 29.63%
G = 26.67%
B = 43.7%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504876 (or 0x504876) is known color: Victoria. HEX triplet: 50, 48 and 76. RGB value is (80,72,118). Sum of RGB (Red+Green+Blue) = 80+72+118=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #504876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504876 is #AFB789. Grayscale: #4F4F4F. Windows color (decimal): -11515786 or 7751760. OLE color: 7751760.

HSL color Cylindrical-coordinate representation of color #504876: hue angle of 250.43º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504876 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 72 118 -
CMYK 0.32 0.39 0 0.54
HSL 250.43º 0.24% 0.37% -
HSV(B) 250.43º 0.39% 0.46% -
XYZ 8.9 7.65 18.15 -
YUV 79.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 80 72 118 0.32 0.39 0 0.54 250.43 0.24 0.37
Hex 50 48 76 20 27 0 36 FA 18 25
Octal 120 110 166 40 47 0 66 372 30 45
Binary 1010000 1001000 1110110 100000 100111 0 110110 11111010 11000 100101

Color Harmonies of #504876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504876

Black with #504876

Text Example


Text Example

White with #504876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504876; }

 p { color: rgb(80,72,118); }

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

background-color css

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

 a { background-color: rgb(80,72,118); }

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

border-color css

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

 span { border-color: rgb(80,72,118); }

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