Html Css Color HEX #504774 Victoria

📋 copy color: '#504774'

red 80 ◦ green 71 ◦ blue 116

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

Shades of Victoria #504774

Tints of Victoria #504774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 29.96%
G = 26.59%
B = 43.45%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#504774 (or 0x504774) is known color: Victoria. HEX triplet: 50, 47 and 74. RGB value is (80,71,116). Sum of RGB (Red+Green+Blue) = 80+71+116=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #504774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504774 is #AFB88B. Grayscale: #4E4E4E. Windows color (decimal): -11516044 or 7620432. OLE color: 7620432.

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

Color convert

RGB 80 71 116 -
CMYK 0.31 0.39 0 0.55
HSL 252º 0.24% 0.37% -
HSV(B) 252º 0.39% 0.45% -
XYZ 8.71 7.47 17.51 -
YUV 78.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 80 71 116 0.31 0.39 0 0.55 252 0.24 0.37
Hex 50 47 74 1F 27 0 37 FC 18 25
Octal 120 107 164 37 47 0 67 374 30 45
Binary 1010000 1000111 1110100 11111 100111 0 110111 11111100 11000 100101

Color Harmonies of #504774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504774

Black with #504774

Text Example


Text Example

White with #504774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504774; }

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

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

background-color css

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

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

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

border-color css

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

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

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