Html Css Color HEX #504877 Victoria

📋 copy color: '#504877'

red 80 ◦ green 72 ◦ blue 119

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

Shades of Victoria #504877

Tints of Victoria #504877

RGB

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

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

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

R = 29.52%
G = 26.57%
B = 43.91%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504877 (or 0x504877) is known color: Victoria. HEX triplet: 50, 48 and 77. RGB value is (80,72,119). Sum of RGB (Red+Green+Blue) = 80+72+119=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #504877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504877 is #AFB788. Grayscale: #4F4F4F. Windows color (decimal): -11515785 or 7817296. OLE color: 7817296.

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

Color convert

RGB 80 72 119 -
CMYK 0.33 0.39 0 0.53
HSL 250.21º 0.25% 0.37% -
HSV(B) 250.21º 0.39% 0.47% -
XYZ 8.96 7.67 18.46 -
YUV 79.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 80 72 119 0.33 0.39 0 0.53 250.21 0.25 0.37
Hex 50 48 77 21 27 0 35 FA 19 25
Octal 120 110 167 41 47 0 65 372 31 45
Binary 1010000 1001000 1110111 100001 100111 0 110101 11111010 11001 100101

Color Harmonies of #504877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504877

Black with #504877

Text Example


Text Example

White with #504877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504877; }

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

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

background-color css

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

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

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

border-color css

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

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

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