Html Css Color HEX #504778 Victoria

📋 copy color: '#504778'

red 80 ◦ green 71 ◦ blue 120

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

Shades of Victoria #504778

Tints of Victoria #504778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.28%

R = 29.52%
G = 26.2%
B = 44.28%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504778 (or 0x504778) is known color: Victoria. HEX triplet: 50, 47 and 78. RGB value is (80,71,120). Sum of RGB (Red+Green+Blue) = 80+71+120=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #504778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504778 is #AFB887. Grayscale: #4F4F4F. Windows color (decimal): -11516040 or 7882576. OLE color: 7882576.

HSL color Cylindrical-coordinate representation of color #504778: hue angle of 251.02º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504778 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 71 120 -
CMYK 0.33 0.41 0 0.53
HSL 251.02º 0.26% 0.37% -
HSV(B) 251.02º 0.41% 0.47% -
XYZ 8.95 7.57 18.76 -
YUV 79.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 80 71 120 0.33 0.41 0 0.53 251.02 0.26 0.37
Hex 50 47 78 21 29 0 35 FB 1A 25
Octal 120 107 170 41 51 0 65 373 32 45
Binary 1010000 1000111 1111000 100001 101001 0 110101 11111011 11010 100101

Color Harmonies of #504778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504778

Black with #504778

Text Example


Text Example

White with #504778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504778; }

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

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

background-color css

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

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

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

border-color css

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

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

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