Html Css Color HEX #504377 Victoria

📋 copy color: '#504377'

red 80 ◦ green 67 ◦ blue 119

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

Shades of Victoria #504377

Tints of Victoria #504377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 30.08%
G = 25.19%
B = 44.74%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504377 (or 0x504377) is known color: Victoria. HEX triplet: 50, 43 and 77. RGB value is (80,67,119). Sum of RGB (Red+Green+Blue) = 80+67+119=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #504377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504377 is #AFBC88. Grayscale: #4C4C4C. Windows color (decimal): -11517065 or 7816016. OLE color: 7816016.

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

Color convert

RGB 80 67 119 -
CMYK 0.33 0.44 0 0.53
HSL 255º 0.28% 0.36% -
HSV(B) 255º 0.44% 0.47% -
XYZ 8.65 7.05 18.36 -
YUV 76.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 80 67 119 0.33 0.44 0 0.53 255 0.28 0.36
Hex 50 43 77 21 2C 0 35 FF 1C 24
Octal 120 103 167 41 54 0 65 377 34 44
Binary 1010000 1000011 1110111 100001 101100 0 110101 11111111 11100 100100

Color Harmonies of #504377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504377

Black with #504377

Text Example


Text Example

White with #504377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504377; }

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

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

background-color css

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

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

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

border-color css

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

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

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