Html Css Color HEX #50477D Victoria

📋 copy color: '#50477D'

red 80 ◦ green 71 ◦ blue 125

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

Shades of Victoria #50477D

Tints of Victoria #50477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 28.99%
G = 25.72%
B = 45.29%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50477D (or 0x50477D) is known color: Victoria. HEX triplet: 50, 47 and 7D. RGB value is (80,71,125). Sum of RGB (Red+Green+Blue) = 80+71+125=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #50477D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50477D is #AFB882. Grayscale: #4F4F4F. Windows color (decimal): -11516035 or 8210256. OLE color: 8210256.

HSL color Cylindrical-coordinate representation of color #50477D: hue angle of 250º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50477D is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 71 125 -
CMYK 0.36 0.43 0 0.51
HSL 250º 0.28% 0.38% -
HSV(B) 250º 0.43% 0.49% -
XYZ 9.26 7.69 20.4 -
YUV 79.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 80 71 125 0.36 0.43 0 0.51 250 0.28 0.38
Hex 50 47 7D 24 2B 0 33 FA 1C 26
Octal 120 107 175 44 53 0 63 372 34 46
Binary 1010000 1000111 1111101 100100 101011 0 110011 11111010 11100 100110

Color Harmonies of #50477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50477D

Black with #50477D

Text Example


Text Example

White with #50477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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