Html Css Color HEX #504678 Victoria

📋 copy color: '#504678'

red 80 ◦ green 70 ◦ blue 120

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

Shades of Victoria #504678

Tints of Victoria #504678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 29.63%
G = 25.93%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#504678 (or 0x504678) is known color: Victoria. HEX triplet: 50, 46 and 78. RGB value is (80,70,120). Sum of RGB (Red+Green+Blue) = 80+70+120=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #504678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504678 is #AFB987. Grayscale: #4E4E4E. Windows color (decimal): -11516296 or 7882320. OLE color: 7882320.

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

Color convert

RGB 80 70 120 -
CMYK 0.33 0.42 0 0.53
HSL 252º 0.26% 0.37% -
HSV(B) 252º 0.42% 0.47% -
XYZ 8.89 7.44 18.74 -
YUV 78.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 80 70 120 0.33 0.42 0 0.53 252 0.26 0.37
Hex 50 46 78 21 2A 0 35 FC 1A 25
Octal 120 106 170 41 52 0 65 374 32 45
Binary 1010000 1000110 1111000 100001 101010 0 110101 11111100 11010 100101

Color Harmonies of #504678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504678

Black with #504678

Text Example


Text Example

White with #504678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504678; }

 p { color: rgb(80,70,120); }

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

background-color css

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

 a { background-color: rgb(80,70,120); }

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

border-color css

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

 span { border-color: rgb(80,70,120); }

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