Html Css Color HEX #50457A Victoria

📋 copy color: '#50457A'

red 80 ◦ green 69 ◦ blue 122

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

Shades of Victoria #50457A

Tints of Victoria #50457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 29.52%
G = 25.46%
B = 45.02%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#50457A (or 0x50457A) is known color: Victoria. HEX triplet: 50, 45 and 7A. RGB value is (80,69,122). Sum of RGB (Red+Green+Blue) = 80+69+122=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #50457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50457A is #AFBA85. Grayscale: #4E4E4E. Windows color (decimal): -11516550 or 8013136. OLE color: 8013136.

HSL color Cylindrical-coordinate representation of color #50457A: hue angle of 252.45º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50457A is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 69 122 -
CMYK 0.34 0.43 0 0.52
HSL 252.45º 0.28% 0.37% -
HSV(B) 252.45º 0.43% 0.48% -
XYZ 8.95 7.37 19.36 -
YUV 78.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 80 69 122 0.34 0.43 0 0.52 252.45 0.28 0.37
Hex 50 45 7A 22 2B 0 34 FC 1C 25
Octal 120 105 172 42 53 0 64 374 34 45
Binary 1010000 1000101 1111010 100010 101011 0 110100 11111100 11100 100101

Color Harmonies of #50457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50457A

Black with #50457A

Text Example


Text Example

White with #50457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50457A; }

 p { color: rgb(80,69,122); }

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

background-color css

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

 a { background-color: rgb(80,69,122); }

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

border-color css

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

 span { border-color: rgb(80,69,122); }

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