Html Css Color HEX #504777 Victoria

📋 copy color: '#504777'

red 80 ◦ green 71 ◦ blue 119

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

Shades of Victoria #504777

Tints of Victoria #504777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 29.63%
G = 26.3%
B = 44.07%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504777 (or 0x504777) is known color: Victoria. HEX triplet: 50, 47 and 77. RGB value is (80,71,119). Sum of RGB (Red+Green+Blue) = 80+71+119=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #504777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504777 is #AFB888. Grayscale: #4E4E4E. Windows color (decimal): -11516041 or 7817040. OLE color: 7817040.

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

Color convert

RGB 80 71 119 -
CMYK 0.33 0.40 0 0.53
HSL 251.25º 0.25% 0.37% -
HSV(B) 251.25º 0.4% 0.47% -
XYZ 8.89 7.54 18.44 -
YUV 79.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 80 71 119 0.33 0.40 0 0.53 251.25 0.25 0.37
Hex 50 47 77 21 28 0 35 FB 19 25
Octal 120 107 167 41 50 0 65 373 31 45
Binary 1010000 1000111 1110111 100001 101000 0 110101 11111011 11001 100101

Color Harmonies of #504777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504777

Black with #504777

Text Example


Text Example

White with #504777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504777; }

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

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

background-color css

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

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

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

border-color css

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

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

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